From d3f3174c523643c16af184e234c28fdc66409679 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 16 Apr 2019 20:08:24 +0200 Subject: [PATCH] :books: Updates README to match latest changes --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c0bc8c7..ae8971e 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,10 @@ Example add-on configuration: ```json { - "network_id":"wgfyiwe73747457", - "port": 9993, + "networks":[ + "wgfyiwe73747457", + "fhu3888892jjfdk" + ], "api_auth_token":"" } ``` @@ -85,20 +87,13 @@ more severe level, e.g., `debug` also shows `info` messages. By default, the `log_level` is set to `info`, which is the recommended setting unless you are troubleshooting. -### Option: `network_id` +### Option: `networks` -Configures the network identifier of the network (VLAN) to join. +Configures one or more network identifiers of the networks (VLAN) to join. You can find this number in your ZeroTier account. **Note**: _This option support secrets, e.g., `!secret zerotier_network_id`._ -### Option: `port` - -ZeroTier UDP & TCP port for communications. - -You **do not** need to expose this port to the outside world! -So please **do not** forward this port in your router. - ### Option: `api_auth_token` ZeroTier exposes a local HTTP JSON API, which uses the port set using the