1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: add 443 UDP to firewall for QUIC

This commit is contained in:
oddlama 2025-02-18 14:33:29 +01:00
parent e580cd5885
commit ad158b2814
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 6 additions and 0 deletions

View file

@ -26,6 +26,9 @@
80 80
443 443
]; ];
wireguard.proxy-sentinel.firewallRuleForAll.allowedUDPPorts = [
443
];
users.groups.acme.members = [ "nginx" ]; users.groups.acme.members = [ "nginx" ];
services.nginx.enable = true; services.nginx.enable = true;

View file

@ -16,6 +16,9 @@ in
80 80
443 443
]; ];
firewallRuleForAll.allowedUDPPorts = [
443
];
}; };
# This node shall monitor the infrastructure # This node shall monitor the infrastructure