This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| advanced-dhcpdns [2025/08/13 03:43] – [DHCP Client (WAN)] -formatting hogwild | advanced-dhcpdns [2025/08/20 15:38] (current) – [Custom stubby configuration] -Formatting hogwild | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| DNS over TLS (" | DNS over TLS (" | ||
| - | * Show/Hide Servers - checking this box makes the \\ table of available Stubby upstream resolvers appear below. | + | * **Show/Hide Servers**: checking this displays |
| - | + | ||
| - | **Show/Hide Servers**: checking this displays | + | |
| - | + | ||
| - | Unchecking | + | |
| | | ||
| Line 64: | Line 60: | ||
| \\ | \\ | ||
| - | **Upstream resolvers: | + | **Upstream resolvers: |
| Mousing over the name of any upstream resolver displays the following about about that server: | Mousing over the name of any upstream resolver displays the following about about that server: | ||
| Line 73: | Line 69: | ||
| - The IP versions supported | - The IP versions supported | ||
| - | - Status | + | - The server' |
| - | - Authorized domain - (domain name used for \\ authentication between your Stubby client \\ and an upstream DNS server that \\ supports encrypted queries. | + | - Authorized domain - (the domain name used for \\ authentication between your Stubby client |
| - | - Port used | + | - The port used |
| \\ | \\ | ||
| + | |||
| + | \\ | ||
| **Priority: | **Priority: | ||
| Line 289: | Line 287: | ||
| * DNSCrypt provides encryption. | * DNSCrypt provides encryption. | ||
| + | ==== Custom stubby configuration ==== | ||
| + | |||
| + | You can create your own custom stubby configuration. The stubby configuration generated via the web interface is located at: "/ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | For example, the code below shows a custom configuration with NextDNS resolvers that is copied from the "/ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | <code -> | ||
| + | cp / | ||
| + | service stubby restart | ||
| + | </ | ||
| + | | ||
| + | | ||
| + | | ||