Switch to nft interface by default
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ ! -e /etc/iptables/iptables.rules ] && exit 0
|
||||
iptables-restore -w 3 /etc/iptables/iptables.rules || exit 1
|
||||
exec iptables pause
|
||||
Reference in New Issue
Block a user