Skip to content

Instantly share code, notes, and snippets.

@unixfox
Created March 10, 2020 13:44
Show Gist options
  • Save unixfox/a1aee76de732458c31db76df9914c741 to your computer and use it in GitHub Desktop.
Save unixfox/a1aee76de732458c31db76df9914c741 to your computer and use it in GitHub Desktop.
fix IPv6 with Alpine and Docker
net.ipv6.conf.default.accept_ra=0
net.ipv6.conf.default.autoconf=0
net.ipv6.conf.all.accept_ra=0
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.eth0.accept_ra=0
net.ipv6.conf.eth0.autoconf=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment