From 06dbfb17b60b70e68f6c8a2e3fa72416eaeaf559 Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 13 Mar 2021 19:43:34 -0500 Subject: [PATCH] address4 ad address6 added --- docs/user-guide/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 3c1deb0..c845a86 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -59,6 +59,8 @@ service | Router will use system folders like '/v ifname | Network interface to bind to ifname4 | Network interface to bind to for IPv4 ifname6 | Network interface to bind to for IPv6 +address4 | Local address to bind to for IPv4 +address6 | Local address to bind to for IPv6 nat | If true, assume we are behind NAT. true by default ipv4 | Enable communication through IPv4. true by default ipv6 | Enable communication through IPv6. false by default