run caddy on racksrv asw

This commit is contained in:
xunuwu 2025-06-06 07:01:38 +02:00
parent 5f1ed3c492
commit 47820c5563
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 72 additions and 7 deletions

View file

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