Add note about using hostnames on IPv6 systems

This commit is contained in:
Sebastian Serth
2021-10-21 10:07:19 +02:00
parent 87c5302336
commit 8a4bd84d04

View File

@ -41,6 +41,8 @@ default: &default
# The strategy to use. Possible values are: poseidon, docker_container_pool # The strategy to use. Possible values are: poseidon, docker_container_pool
strategy: poseidon strategy: poseidon
# The root URL of the runner management to use # The root URL of the runner management to use
# If a hostname is specified and the target host is reachable via IPv6, the WebSocket
# connection might not use the IPv6-to-IPv4 fallback but rather fail unexpectedly.
url: https://runners.example.org url: https://runners.example.org
# The root certificate authority to trust for TLS connections to the runner management (Poseidon only) # The root certificate authority to trust for TLS connections to the runner management (Poseidon only)
ca_file: /example/certificates/ca.crt ca_file: /example/certificates/ca.crt