From 91f00278b5e774cd4e63b8839a34989f8aa1e56b Mon Sep 17 00:00:00 2001 From: Thijs van Dijk <845572+thijzert@users.noreply.github.com> Date: Thu, 30 May 2024 18:16:32 +0200 Subject: [PATCH] Mark fields "allowed_ips" and "client_allowed_ips" as required The add-on refuses to start without them. This fixes #262 --- wireguard/DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireguard/DOCS.md b/wireguard/DOCS.md index 75fd37b..51ece94 100644 --- a/wireguard/DOCS.md +++ b/wireguard/DOCS.md @@ -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!**