gatekeeper: Remove unused firewall rule that blocks all IPv4 DNS traffic as a side effect
This commit is contained in:
parent
4a9db34696
commit
5a46d7662e
@ -144,9 +144,6 @@
|
||||
};
|
||||
|
||||
networking.firewall.allowedUDPPorts = [ 53 993 995 50101 50127 50128 51820 51876 60001 ];
|
||||
networking.firewall.extraCommands = ''
|
||||
iptables -t nat -I PREROUTING -p udp -m multiport --dports 53,993,995 -j REDIRECT --to-ports 51820
|
||||
'';
|
||||
|
||||
clerie.nginx-port-forward = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user