1
0
Fork 0

sail: Open HTTP3 FW port

This commit is contained in:
Daniel Kempkens 2023-03-06 10:45:35 +01:00
parent 2ac52f1b02
commit dfcc5d6f8f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -14,9 +14,12 @@
networking.firewall.interfaces =
let
nginxTCPPorts = [ 80 443 ];
nginxUDPPorts = [ 443 ];
in
{
"enp1s0".allowedTCPPorts = nginxTCPPorts;
"enp1s0".allowedUDPPorts = nginxUDPPorts;
"tailscale0".allowedTCPPorts = nginxTCPPorts;
"tailscale0".allowedUDPPorts = nginxUDPPorts;
};
}