1
0
Fork 0

gatekeeper: Remove unused firewall rule that blocks all IPv4 DNS traffic as a side effect

This commit is contained in:
clerie 2022-09-27 12:04:27 +02:00
parent 4a9db34696
commit 5a46d7662e
1 changed files with 0 additions and 3 deletions

View File

@ -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;