updated firewall
This commit is contained in:
parent
bbe1b30731
commit
dae9095bcb
@ -407,9 +407,8 @@ backup /etc/nix-bitcoin-secrets/ localhost/
|
||||
|
||||
|
||||
####### Open ports in the firewall #######
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 9443 9080 8100 8000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 9443 9080 8100 8000
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 ];
|
||||
networking.firewall.allowedUDPPortRanges = [
|
||||
{ from=49152; to=65535; } # TURN relay
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user