Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Mar 3, 2024
1 parent 2d493c4 commit 2e54bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Endpoint = xxx.x.xxx.x:51820

16. When enabling the Unbound DNS server your requests will use DNS over TLS to Cloudflare. Except for requests made to `.internal` and `.vpn` TLDs, those are done to the local docker DNS server on 127.0.0.11. So if you want to use container hostnames to connect to other containers within a bridge network, you'll have to use `--hostname` and use `container-name.internal` or `container-name.vpn`. Currently `.vpn` is a non existing TLD, but that can change in the future. The TLD `.internal` should become the standard for internal networks, so it's the safest choice. Unbound can be used regardless of `VPN_ENABLED` being `true` or `false`.

17. Possible values are `auto` or `legacy`. The default is `auto`, this will try to use the most modern method available. If this doesn't work, you can try forcing it to `legacy`.
17. Possible values are `auto`, `legacy` or `nftables`. The default is `auto`, this will try to use the most modern method available. If this doesn't work, you can try forcing it to `legacy` or `nftables`.

0 comments on commit 2e54bcc

Please sign in to comment.