cloudbuild/pkg/distros/resources/sysctl.conf

5 lines
134 B
Plaintext
Raw Permalink Normal View History

2022-06-21 02:36:42 -04:00
net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.default.accept_ra = 0
2022-11-19 01:52:42 -05:00
net.ipv6.conf.all.autoconf = 0
net.ipv6.conf.default.autoconf = 0