From 8a4bd84d04a2236cbcbdf4a11e881a3e622f504a Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 21 Oct 2021 10:07:19 +0200 Subject: [PATCH] Add note about using hostnames on IPv6 systems --- config/code_ocean.yml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/code_ocean.yml.example b/config/code_ocean.yml.example index 049ac305..3c8cb672 100644 --- a/config/code_ocean.yml.example +++ b/config/code_ocean.yml.example @@ -41,6 +41,8 @@ default: &default # The strategy to use. Possible values are: poseidon, docker_container_pool strategy: poseidon # 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 # The root certificate authority to trust for TLS connections to the runner management (Poseidon only) ca_file: /example/certificates/ca.crt