📚 Updates README to match latest changes

This commit is contained in:
Franck Nijhof 2019-04-16 20:08:24 +02:00
parent 4d110b8a35
commit d3f3174c52
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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