Allow DNS over TCP
This commit is contained in:
parent
a5f2a58ff0
commit
54df2256b9
@ -255,6 +255,7 @@
|
||||
};
|
||||
|
||||
networking.firewall.allowedUDPPorts = [ 53 60001 ];
|
||||
networking.firewall.allowedTCPPorts = [ 53 ];
|
||||
|
||||
networking.firewall.extraCommands = ''
|
||||
iptables -A FORWARD -i enp1s0.202 -o ppp-ntvdsl -j ACCEPT
|
||||
|
Loading…
Reference in New Issue
Block a user