make caddy work through new vps/vpn

This commit is contained in:
xunuwu 2025-06-01 22:13:07 +02:00
parent 04eb8b5ff6
commit 323d53b591
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 12 additions and 23 deletions

View file

@ -7,7 +7,7 @@
networking.firewall = let
forwardPorts = {
"10.0.0.2" =
[24001 24002 24003]
[24001 24002 24003 443 80]
|> map (n: {
protocols = ["tcp"];
port = n;