disable ipv4 again

This commit is contained in:
2023-11-08 21:36:24 +01:00
parent 2e787818d1
commit be83d204dc

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