disable ipv4 again
All checks were successful
Pipeline was successful

This commit is contained in:
Tobias Trabelsi 2023-11-08 21:36:24 +01:00
parent 2e787818d1
commit be83d204dc
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E

View File

@ -94,7 +94,7 @@ func CreateNewAgent(cfg *config.Config) (*hcloud.Server, error) {
}
networkConf := hcloud.ServerCreatePublicNet{
EnableIPv4: true,
EnableIPv4: false,
EnableIPv6: true,
}