sail: Open HTTP3 FW port
This commit is contained in:
parent
2ac52f1b02
commit
dfcc5d6f8f
1 changed files with 3 additions and 0 deletions
|
@ -14,9 +14,12 @@
|
||||||
networking.firewall.interfaces =
|
networking.firewall.interfaces =
|
||||||
let
|
let
|
||||||
nginxTCPPorts = [ 80 443 ];
|
nginxTCPPorts = [ 80 443 ];
|
||||||
|
nginxUDPPorts = [ 443 ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"enp1s0".allowedTCPPorts = nginxTCPPorts;
|
"enp1s0".allowedTCPPorts = nginxTCPPorts;
|
||||||
|
"enp1s0".allowedUDPPorts = nginxUDPPorts;
|
||||||
"tailscale0".allowedTCPPorts = nginxTCPPorts;
|
"tailscale0".allowedTCPPorts = nginxTCPPorts;
|
||||||
|
"tailscale0".allowedUDPPorts = nginxUDPPorts;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue