Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@brnrc
Last active November 16, 2015 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brnrc/eb44397f75a9774724a6 to your computer and use it in GitHub Desktop.
Save brnrc/eb44397f75a9774724a6 to your computer and use it in GitHub Desktop.
IPT=/sbin/iptables
set -e
# Clean configurations.
$IPT -t nat -F
($IPT -t nat --delete-chain PROXY || true) 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment