Site Tools


advanced-dhcpdns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
advanced-dhcpdns [2025/08/20 15:31] – [DHCP/DNS/TFTP Notes] -Move Custom stubby configuration section under Notes and Troubleshooting hogwildadvanced-dhcpdns [2025/08/20 15:38] (current) – [Custom stubby configuration] -Formatting hogwild
Line 96: Line 96:
  
 **Force TLS1.3:**  enforces usage of TLS 1.3 for encryption. It must be supported upstream. **Force TLS1.3:**  enforces usage of TLS 1.3 for encryption. It must be supported upstream.
- 
-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's web interface is located at: "/etc/stubby/stubby.yml". You can use that as a template and replace the resolvers with the ones you want and save it in the /opt or jffs partition (assuming one of those is set up). Your custom config needs to be placed at: "/etc/stubby/stubby_alt.yml". It will be used automatically when the service starts. 
- 
-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 /opt/usr/my_cool_stubby_config.yml /etc/stubby/stubby_alt.yml 
-service stubby restart 
-</code> 
- 
-\\ 
  
  \\  \\
Line 302: Line 289:
 ==== Custom stubby configuration ==== ==== Custom stubby configuration ====
  
-The stubby configuration generated via the web interface is located at: "/etc/stubby/stubby.yml". You can use that as a template and replace the resolvers with the ones you want and save it in the /opt or jffs partition (assuming one of those is set up). Your custom config needs to be placed at: "/etc/stubby/stubby_alt.yml". It will be used automatically when the service starts.+You can create your own custom stubby configuration. The stubby configuration generated via the web interface is located at: "/etc/stubby/stubby.yml". You can use that as a template and replace the resolvers with the ones you want and save it in the "/optor jffs partition (assuming one is set up). Your custom config must be placed in: "/etc/stubby/stubby_alt.yml". It will be used automatically when the service starts.
  
-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:+ \\ 
 + 
 +For example, the code below shows a custom configuration with NextDNS resolvers that is copied from the "/optusb partition as part of a wanup script.\\ Code: 
 + 
 + \\
  
 <code -> <code ->
Line 311: Line 302:
 </code> </code>
  
 + \\  
 + \\  
 + \\ 
advanced-dhcpdns.1755700297.txt.gz · Last modified: by hogwild