diff --git a/files/tor-router b/files/tor-router index 7dff104..f327a49 100755 --- a/files/tor-router +++ b/files/tor-router @@ -63,6 +63,7 @@ case "$1" in echo "$RULES does not exist. Not doing anything." exit else + echo "Restoring previous rules from $RULES..." iptables -t nat -F iptables-restore < $RULES rm $RULES