gce: disable ipv6

Because this is "the cloud"™, gce does not support ipv6.
This commit is contained in:
Franzi 2023-07-13 20:48:04 +02:00
parent 59c913b97c
commit 14ec3c0ee2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -24,6 +24,12 @@ groups['gce'] = {
# than our own domains.
'relayhost': '[rx300.kunbox.net]:2525',
},
'sysctl': {
'options': {
'net.ipv6.conf.all.disable_ipv6': '1',
'net.ipv6.conf.default.disable_ipv6': '1',
},
},
},
}