You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afterburn currently supports only IPv4 for Hetzner. IPv6 metadata can be retrieved from Hetzner's API endpoints (/hetzner/v1/metadata or /hetzner/v1/metadata/network-config) in the network-config.config[0].subnets[n] property, where ipv6 is set to true.
Environment
Hetzner
Desired Feature
Enable Afterburn to configure IPv6 automatically on server startup.
Other Information
If no public network is configured, the config property in network-config will be an empty array.
An example value of the network-config field is shown below.
Feature Request
Afterburn currently supports only IPv4 for Hetzner. IPv6 metadata can be retrieved from Hetzner's API endpoints (
/hetzner/v1/metadata
or/hetzner/v1/metadata/network-config
) in thenetwork-config.config[0].subnets[n]
property, whereipv6
is set totrue
.Environment
Hetzner
Desired Feature
Enable Afterburn to configure IPv6 automatically on server startup.
Other Information
network-config
field is shown below.The text was updated successfully, but these errors were encountered: