reenable ipv4 and added userdata test
All checks were successful
Pipeline was successful

This commit is contained in:
2023-11-07 21:05:28 +01:00
parent 9349af6ad8
commit 089df0ff7f
2 changed files with 56 additions and 1 deletions

View File

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