revert a6ce24d547 #3

Merged
nyanloutre merged 5 commits from nyanloutre-patch-1 into master 2024-05-14 22:54:05 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a1d16f1e76 - Show all commits

View File

@ -122,7 +122,7 @@
iptables -t nat -A PREROUTING -s 10.30.0.0/16 -d 176.180.172.105 -j DNAT --to 10.30.0.1 iptables -t nat -A PREROUTING -s 10.30.0.0/16 -d 176.180.172.105 -j DNAT --to 10.30.0.1
''; '';
extraStopCommands = '' extraStopCommands = ''
ip6tables -D loutreos-forward -j nixos-fw-log-refuse 2>/dev/null || true
''; '';
}; };
}; };