We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83208c5 commit 3ad3182Copy full SHA for 3ad3182
bin/v-stop-firewall
@@ -70,6 +70,7 @@ else
70
echo '#!/bin/bash' > $preup
71
echo '' >> $preup
72
echo 'if [ "$IFACE" == "'$(/bin/ip token | awk -F 'dev ' '{print $2}')'" ]; then' >> $preup
73
+ echo ' sleep 3' >> $preup
74
echo ' /sbin/iptables-restore < /etc/iptables.rules' >> $preup
75
echo 'fi' >> $preup
76
echo "exit 0" >> $preup
bin/v-update-firewall
@@ -171,6 +171,7 @@ else
171
172
173
174
175
176
177
0 commit comments