Created
March 10, 2020 13:44
-
-
Save unixfox/a1aee76de732458c31db76df9914c741 to your computer and use it in GitHub Desktop.
fix IPv6 with Alpine and Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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