From 668e099ffa59accbcfc7f8d7ee02dd743299fac3 Mon Sep 17 00:00:00 2001 From: Ivan Vilata-i-Balaguer Date: Thu, 4 May 2023 09:23:31 +0200 Subject: [PATCH] Add quotes for IPv6 address configuration example Since leaving the quotes out in the config file causes the confusing "did not find expected key" error, so do not assume that the user is familiar enough with YAML syntax as to identify the issue. --- CONFIGURATION.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 5802950..65d2f4a 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -16,7 +16,8 @@ Address to listen for connections on in the format of `interface:port`. ### Listen on an IPv4 or IPv6 address -`192.0.2.1:1965` or `[2001:db8::1]:1965` +`192.0.2.1:1965` or `"[2001:db8::1]:1965"` (please note the quotes and brackets +for IPv6 addresses). ### Listen on all interfaces