network: enable firewall

This commit is contained in:
Sky
2026-01-27 13:55:39 +00:00
parent db50babceb
commit b151d87f5b
3 changed files with 21 additions and 2 deletions

View File

@@ -14,6 +14,17 @@
listen [::]:8443 ssl;
'';
};
virtualHosts."napcat.colorsky.fun" = {
forceSSL = true;
useACMEHost = "colorsky.fun";
locations."/".proxyPass = "http://localhost:6099";
extraConfig = ''
listen [::]:8443 ssl;
'';
};
virtualHosts."192.168.68.59" = { };
};