OpenWrt news, tools, tips and discussion. Related projects, such as DD-WRT, Tomato and OpenSAN, are also on-topic.
DNS over TLS implementation guide for OpenWrt routers
Check out my DNS over TLS implementation guide for OpenWrt routers:
https://medium.com/@harriebird/implement-dns-over-tls-on-openwrt-20b7026a9b6c
Sort by:
Best
Open comment sort options
Best
Top
New
Controversial
Old
Q&A
Thank you. This is the guide I need. I'm a noob and don't know anything about networking but your guide is easy to follow.
You're welcome!
Dope. Thanks!
You're welcome!
nice
I'd probably also want to block forwarding of udp/tcp on port 53 on the router, so no plain dns traffic escapes inadvertently.
Yeah I have anything internal on 53 get redirected to the local dnsmask. The only things you will miss are things like Google devices using DNS-over-https but you can also just block anything going out to 8.8.8.8 ect
I wrote an article a few years ago for enabling DNS over TLS: https://candrews.integralblue.com/2018/08/dns-over-tls-on-openwrt-18-06/
My post is more focused on using commands to accomplish this task as opposed to the luci interface.
I also wrote an article on how to enable DNSSEC: https://candrews.integralblue.com/2018/08/dnssec-on-openwrt-18-06/ Someday I hope OpenWRT will enable DNSSEC by default.
For the highest level of security, enable both DNSSEC and DNS over TLS.