This commit is contained in:
2025-03-06 20:28:33 -07:00
parent b987aeeda6
commit b397e5102a
3 changed files with 26 additions and 1 deletions

View File

@@ -9,4 +9,12 @@
"--disable=traefik"
"--tls-san 100.122.128.107"
];
networking.firewall.allowedTCPPorts = [
443
80
];
networking.firewall.allowedUDPPorts = [
443
80
];
}