diff --git a/withdraw/node_reset.sh b/withdraw/node_reset.sh index b426ffe..1aa2cd4 100644 --- a/withdraw/node_reset.sh +++ b/withdraw/node_reset.sh @@ -5,4 +5,4 @@ docker system prune -a docker stop $(docker ps -a -q) docker rm $(docker ps -a -q) docker rmi $(docker images -a -q) -iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X \ No newline at end of file +#iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X