Skip to content

Instantly share code, notes, and snippets.

@farmdawgnation
Created December 22, 2013 04:57
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 farmdawgnation/8078633 to your computer and use it in GitHub Desktop.
Save farmdawgnation/8078633 to your computer and use it in GitHub Desktop.
IP Tables Load.
#!/bin/sh
iptables-restore < /etc/iptables.rules
ip6tables-restore < /etc/ip6tables.rules
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment