Don't listen on 80
This commit is contained in:
parent
6e59c730f2
commit
995bb58c6f
|
@ -85,7 +85,7 @@ in
|
||||||
config.systemd.services.traefik.environment.CF_DNS_API_TOKEN_FILE = cfg.cloudflareKeyFile;
|
config.systemd.services.traefik.environment.CF_DNS_API_TOKEN_FILE = cfg.cloudflareKeyFile;
|
||||||
|
|
||||||
# Set up firewall to allow traefik traffic.
|
# Set up firewall to allow traefik traffic.
|
||||||
config.networking.firewall.allowedTCPPorts = [ 80 443 993 587 465 ];
|
config.networking.firewall.allowedTCPPorts = [ 443 993 587 465 ];
|
||||||
config.networking.firewall.allowedUDPPorts = [
|
config.networking.firewall.allowedUDPPorts = [
|
||||||
443 # QUIC
|
443 # QUIC
|
||||||
51820 # Wireguard
|
51820 # Wireguard
|
||||||
|
|
Loading…
Reference in a new issue