Skip to content

Commit

Permalink
📚 Updates README to match latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 16, 2019
1 parent 4d110b8 commit d3f3174
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ Example add-on configuration:

```json
{
"network_id":"wgfyiwe73747457",
"port": 9993,
"networks":[
"wgfyiwe73747457",
"fhu3888892jjfdk"
],
"api_auth_token":""
}
```
Expand All @@ -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
Expand Down

0 comments on commit d3f3174

Please sign in to comment.