mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 10:51:23 +00:00
Mark fields "allowed_ips" and "client_allowed_ips" as required
The add-on refuses to start without them. This fixes #262
This commit is contained in:
parent
0192fe3d7f
commit
acb530ba49
1 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@ practice perspective, it is strongly advised to manually provide a public key
|
|||
for each of your peers. In that case, the add-on will not generate or configure
|
||||
a private key by itself.**
|
||||
|
||||
### Option: `peers.allowed_ips` _(optional)_
|
||||
### Option: `peers.allowed_ips`
|
||||
|
||||
**This configuration only valid for the add-on/server end and does not
|
||||
affect client configurations!**
|
||||
|
@ -263,7 +263,7 @@ listed in `peers.addresses`.
|
|||
The catch-all `0.0.0.0/0` may be specified for matching all IPv4 addresses,
|
||||
and `::/0` may be specified for matching all IPv6 addresses.
|
||||
|
||||
### Option: `peers.client_allowed_ips` _(optional)_
|
||||
### Option: `peers.client_allowed_ips`
|
||||
|
||||
**This configuration only valid for the peer end/client configuration and does
|
||||
not affect the server/add-on!**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue