Skip to content

Instantly share code, notes, and snippets.

@nabsul
Created October 21, 2016 23:53
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 nabsul/f45d8af4a2a803f3ac733c4aa6f550ba to your computer and use it in GitHub Desktop.
Save nabsul/f45d8af4a2a803f3ac733c4aa6f550ba to your computer and use it in GitHub Desktop.
# disable ipv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment