This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
advanced-dhcpdns [2025/03/29 20:57] – [DHCP Client (WAN)] -Formatting hogwild | advanced-dhcpdns [2025/08/13 03:53] (current) – [DHCP Client (WAN)] hogwild | ||
---|---|---|---|
Line 48: | Line 48: | ||
\\ | \\ | ||
- | **Use Stubby (DNS-over-TLS): | + | **Use Stubby** (DNS-over-TLS)**:** enables the Stubby DNS Stub resolver, to enhance DNS privacy. |
DNS over TLS (" | DNS over TLS (" | ||
- | \\ | + | * **Show/Hide Servers**: checking this displays a table of possible Stubby servers to be used. \\ Unchecking this hides the table. |
- | When Stubby is enabled, further options appear: | + | |
{{: | {{: | ||
Line 60: | Line 60: | ||
\\ | \\ | ||
- | **Upstream resolvers: | + | **Upstream resolvers: |
+ | |||
+ | Mousing over the name of any upstream resolver displays the following about about that server: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | - The IP versions supported | ||
+ | - The server' | ||
+ | - Authorized domain - (the domain name used for \\ authentication between your Stubby client and \\ an upstream DNS server that \\ supports encrypted queries. | ||
+ | - The port used | ||
+ | |||
+ | \\ | ||
\\ | \\ | ||
Line 100: | Line 113: | ||
//udhcpc// (the DHCP client FreshTomato uses to obtain a WAN IP address) has a problem. It has a DHCP discovery packet size 590 bytes long. However, DHCP relay servers can handle only DHCP discovery packets up to 576 bytes. If there are DHCP relay servers between FreshTomato and your ISP's DHCP server, FreshTomato might fail to acquire a DHCP lease on the WAN interface. | //udhcpc// (the DHCP client FreshTomato uses to obtain a WAN IP address) has a problem. It has a DHCP discovery packet size 590 bytes long. However, DHCP relay servers can handle only DHCP discovery packets up to 576 bytes. If there are DHCP relay servers between FreshTomato and your ISP's DHCP server, FreshTomato might fail to acquire a DHCP lease on the WAN interface. | ||
- | The extra bytes were all padding, and thus unnecessary. | + | The extra bytes were padding, and thus unnecessary. |
Some users may not be able to obtain a WAN IP address unless they disable this setting. (Default: Enabled). | Some users may not be able to obtain a WAN IP address unless they disable this setting. (Default: Enabled). |