gce: disable ipv6
Because this is "the cloud"™, gce does not support ipv6.
This commit is contained in:
parent
59c913b97c
commit
14ec3c0ee2
1 changed files with 6 additions and 0 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue