1
0
Fork 0

Allow DNS over TCP

This commit is contained in:
clerie 2022-02-12 15:25:56 +01:00
parent a5f2a58ff0
commit 54df2256b9
1 changed files with 1 additions and 0 deletions

View File

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