From 7cf78091318a6e3d06d7a5ec3e4fd0a7ec6324b9 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Thu, 3 Dec 2020 00:07:15 +0100
Subject: [PATCH] [doc] use:configure: update chapter Configuring GVA

---
 doc/use/configure.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/use/configure.md b/doc/use/configure.md
index 5a394554e..5c29a8e4b 100644
--- a/doc/use/configure.md
+++ b/doc/use/configure.md
@@ -191,17 +191,19 @@ It is also possible to manually edit `conf.json` file :
 
 | parameter | type | default value |
 |:-:|:-:|:-:|
-| host | string | `"localhost"` |
+| ip4 | IPv4 | `"127.0.0.1"` |
+| ip6 | IPv6 | `"::1"` |
 | port | number |  `30901` |
 | path | string |  `"gva"` |
 | remotePath | string | `"gva"` |
 | subscriptionsPath | string |  `"gva-sub"` |
 | remoteSubscriptionsPath | string | `"gva-sub"` |
 | remoteTls | boolean |  `false` |
+| whitelist | IP[] |  `["127.0.0.1", "::1"]` |
 
-GVA server listen to `http://<host>:<port>/<remotePath>`
+GVA server listen to `http://<ip4|ip6>:<port>/<remotePath>`
 
-GVA subscriptions websocket server listen to `ws://<host>:<port>/<remoteSubscriptionsPath>`
+GVA subscriptions websocket server listen to `ws://<ip4|ip6>:<port>/<remoteSubscriptionsPath>`
 
 ## Synchronize your node
 
-- 
GitLab