feat: add WireGuard VPN stack #33
Submodule assets/compose updated: a79fe9dffa...293429a124
@@ -221,6 +221,11 @@
|
|||||||
path = self + "/assets/compose/homepage";
|
path = self + "/assets/compose/homepage";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vpn = {
|
||||||
|
path = self + "/assets/compose/vpn";
|
||||||
|
envFile = config.age.secrets.containers_env.path;
|
||||||
|
};
|
||||||
|
|
||||||
# tak = {
|
# tak = {
|
||||||
# path = self + "/assets/compose/tak";
|
# path = self + "/assets/compose/tak";
|
||||||
# };
|
# };
|
||||||
@@ -332,7 +337,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
# Add UDP ports if required
|
51820 # WireGuard VPN
|
||||||
];
|
];
|
||||||
|
|
||||||
# Rate limiting and attack prevention
|
# Rate limiting and attack prevention
|
||||||
|
|||||||
Reference in New Issue
Block a user