mirror of
https://github.com/edu4rdshl/tor-router.git
synced 2026-07-17 23:24:48 +00:00
Add informative message.
This commit is contained in:
parent
d0734de5c0
commit
f53ced3004
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ case "$1" in
|
||||||
echo "$RULES does not exist. Not doing anything."
|
echo "$RULES does not exist. Not doing anything."
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
|
echo "Restoring previous rules from $RULES..."
|
||||||
iptables -t nat -F
|
iptables -t nat -F
|
||||||
iptables-restore < $RULES
|
iptables-restore < $RULES
|
||||||
rm $RULES
|
rm $RULES
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue