Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created August 8, 2017 07:37
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 rubenerd/8e468dee695d3f5b14d42c5e6f3dcd23 to your computer and use it in GitHub Desktop.
Save rubenerd/8e468dee695d3f5b14d42c5e6f3dcd23 to your computer and use it in GitHub Desktop.
Disable IPv6 in Debian/Ubuntu
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