This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
advanced-dhcpdns [2025/08/20 15:31] – [DHCP/DNS/TFTP Notes] -Move Custom stubby configuration section under Notes and Troubleshooting hogwild | advanced-dhcpdns [2025/08/20 15:38] (current) – [Custom stubby configuration] -Formatting hogwild | ||
---|---|---|---|
Line 96: | Line 96: | ||
**Force TLS1.3: | **Force TLS1.3: | ||
- | |||
- | If you don't like the Stubby server choices available, you can create your own custom stubby configuration. See the Notes and Troubleshooting section for more details. | ||
- | |||
- | The one generated via FreshTomato' | ||
- | |||
- | For example, the following shows a custom configuration with NextDNS resolvers which is copied from the /opt usb partition as part of my wan up script.\\ Code: | ||
- | |||
- | <code -> | ||
- | cp / | ||
- | service stubby restart | ||
- | </ | ||
- | |||
- | \\ | ||
\\ | \\ | ||
Line 302: | Line 289: | ||
==== Custom stubby configuration ==== | ==== Custom stubby configuration ==== | ||
- | The stubby configuration generated via the web interface is located at: "/ | + | You can create your own custom stubby configuration. |
- | For example, the following | + | \\ |
+ | |||
+ | For example, the code below shows a custom configuration with NextDNS resolvers | ||
+ | |||
+ | \\ | ||
<code -> | <code -> | ||
Line 311: | Line 302: | ||
</ | </ | ||
+ | \\ | ||
+ | \\ | ||
+ | |