]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Documentation: Show multiple server address config in JSON example
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 14 May 2021 23:58:52 +0000 (18:58 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 15 May 2021 00:00:22 +0000 (19:00 -0500)
Feedback came from private mails.

docs/usage.md

index fca8bc3be68f9a0b5452ee53c9e35ab017510d37..232d6e7825123f964a2a8375db50a9cfca5d2521 100644 (file)
@@ -991,7 +991,8 @@ The configuration options are mostly the same as the ones from the `argv` interf
 
        "server": {
                "<a href="#--serveraddress">address</a>": [
-                       "127.0.0.1"
+                       "192.0.2.1",
+                       "2001:db8::1"
                ],
                "<a href="#--serverport">port</a>": "8323",
                "<a href="#--serverbacklog">backlog</a>": 16,