Don't listen on 80

This commit is contained in:
Natsu Kagami 2023-05-29 17:41:32 +02:00
parent 6e59c730f2
commit 995bb58c6f
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -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