From cb20ba6caabf07a1a559c0256474e4bb559f87b7 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 21 Oct 2021 10:07:33 +0200 Subject: [PATCH] Specify usage of hostnames in the config --- configuration.example.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.example.yaml b/configuration.example.yaml index 38de444..520ae7d 100644 --- a/configuration.example.yaml +++ b/configuration.example.yaml @@ -1,6 +1,7 @@ # Configuration of the Poseidon webserver server: - # Address on which the webserver listens + # Address or hostname on which the webserver listens + # If a hostname is specified, the server might listen on only one of the resolved IPv4 or IPv6 addresses address: 127.0.0.1 # Port on which the webserver listens port: 7200