update wireguard annotations

This commit is contained in:
mrhotio 2025-12-10 08:06:50 +01:00
parent fc432ee8c0
commit aef2ddc00d

View File

@ -55,4 +55,4 @@ Endpoint = xxx.x.xxx.x:51820
21. Enable Unbound by setting to `true` when VPN is not active.
22. Possible values are `8.8.8.8` or `1.1.1.1@853#cloudflare-dns.com` seperated by a `,`. The value `8.8.8.8` is to use a plain old nameserver. The value `1.1.1.1@853#cloudflare-dns.com` will add a `DNS over TLS` nameserver, this will override all other regular nameservers. Leaving the variable empty will allow Unbound to work in recursive mode.
22. Some of the possible values are for example `8.8.8.8` or `1.1.1.1@853#cloudflare-dns.com` seperated by a `,`. A value in the format `8.8.8.8` is to use a plain old nameserver. A value in the format `1.1.1.1@853#cloudflare-dns.com` will add a `DNS over TLS` nameserver, this will override all other regular nameservers. Leaving the variable empty will allow Unbound to work in recursive mode.