feat: add WireGuard VPN stack #33

Merged
gortium merged 15 commits from feat/wireguard-vpn into master 2026-05-09 00:13:37 +00:00
2 changed files with 7 additions and 2 deletions
Showing only changes of commit 1673a56439 - Show all commits

View File

@@ -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