From 303180f89bcf3d4817e98af5942d2eefb002f14e Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Fri, 14 May 2021 18:58:52 -0500 Subject: [PATCH] Documentation: Show multiple server address config in JSON example Feedback came from private mails. --- docs/usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index fca8bc3b..232d6e78 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -991,7 +991,8 @@ The configuration options are mostly the same as the ones from the `argv` interf "server": { "address": [ - "127.0.0.1" + "192.0.2.1", + "2001:db8::1" ], "port": "8323", "backlog": 16, -- 2.47.2