Skip to content

Commit

Permalink
Mark fields "allowed_ips" and "client_allowed_ips" as required
Browse files Browse the repository at this point in the history
The add-on refuses to start without them. This fixes hassio-addons#262
  • Loading branch information
thijzert authored May 30, 2024
1 parent 2f12cf7 commit 91f0027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wireguard/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**
Expand All @@ -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!**
Expand Down

0 comments on commit 91f0027

Please sign in to comment.