Explicitly disable IPv6 in the kernel

This commit is contained in:
Manevolent 2021-09-21 18:24:32 -06:00
parent 092a2a9122
commit 4197cec325
No known key found for this signature in database
GPG Key ID: 2E9B7592DFA4F344

View File

@ -15,3 +15,5 @@
networks:
internal:
ipv4_address: ${internal_address}
sysctls:
- net.ipv6.conf.all.disable_ipv6=1