hosts/plover: update firewall settings

Firewalls... the cause of most frustrations...
This commit is contained in:
Gabriel Arazas 2023-02-11 15:21:18 +08:00
parent 8a81468456
commit 0991e1a44d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -31,7 +31,7 @@
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 # HTTP servers. 80 # HTTP servers.
433 # HTTPS servers. 443 # HTTPS servers.
]; ];
# Some fail2ban policies to apply for nginx. # Some fail2ban policies to apply for nginx.