fix-iptables-down-option

This commit is contained in:
Leon Vita 2022-08-25 01:53:27 +01:00
parent 103936aa47
commit 5f3c3da2db
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ in
# This undoes the above command
postShutdown = ''
${pkgs.iptables}/bin/iptables -t nat -D POSTROUTING -s 10.100.0.0/24 -o eth0 -j MASQUERADE
${pkgs.iptables}/bin/iptables -t nat -D POSTROUTING -s 10.10.11.1/24 -o eth0 -j MASQUERADE
'';
#----------------------End-Routing----------------------------