Skip to content

Instantly share code, notes, and snippets.

@andyj
Created March 17, 2016 12:47
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 andyj/4db2d83e4cccf811099e to your computer and use it in GitHub Desktop.
Save andyj/4db2d83e4cccf811099e to your computer and use it in GitHub Desktop.
IP6 IPTables rules
#Block all IP6 traffic
*filter
# Reject all IPv6 on all chains.
-A INPUT -j DROP
-A FORWARD -j DROP
-A OUTPUT -j DROP
COMMIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment