From: Alberto Leiva Popper Date: Fri, 14 May 2021 23:58:52 +0000 (-0500) Subject: Documentation: Show multiple server address config in JSON example X-Git-Tag: v1.5.1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=303180f89bcf3d4817e98af5942d2eefb002f14e;p=thirdparty%2FFORT-validator.git Documentation: Show multiple server address config in JSON example Feedback came from private mails. --- 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,