mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-04 19:21:25 +00:00
📚 Updates README to match latest changes
This commit is contained in:
parent
4d110b8a35
commit
d3f3174c52
1 changed files with 6 additions and 11 deletions
17
README.md
17
README.md
|
@ -59,8 +59,10 @@ Example add-on configuration:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"network_id":"wgfyiwe73747457",
|
"networks":[
|
||||||
"port": 9993,
|
"wgfyiwe73747457",
|
||||||
|
"fhu3888892jjfdk"
|
||||||
|
],
|
||||||
"api_auth_token":""
|
"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
|
the `log_level` is set to `info`, which is the recommended setting unless
|
||||||
you are troubleshooting.
|
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.
|
You can find this number in your ZeroTier account.
|
||||||
|
|
||||||
**Note**: _This option support secrets, e.g., `!secret zerotier_network_id`._
|
**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`
|
### Option: `api_auth_token`
|
||||||
|
|
||||||
ZeroTier exposes a local HTTP JSON API, which uses the port set using the
|
ZeroTier exposes a local HTTP JSON API, which uses the port set using the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue