this post was submitted on 02 Sep 2026
11 points (100.0% liked)
techsupport
3211 readers
4 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I guessed as much. But, as I wrote to the commenter, I wonder why I couldn't just provide the DNS server's IP address in the router's configuration and thus avoiding that initial plain text bootstrapping step. I guess my other question - why there needs to be a separate package to set this up as opposed to "simply" configuring the router - is more about the specific OS than networking.
Thanks for sharing your insights! 😊
There will generally be some form of load balancer in front of a HTTPS server even one that provides DoH services, and those load balancer won't know where to send the random https packet destined for it's own IP without a routing url.
Right, but my VPN provider provides both IPs and URLs to their servers, so I'm still wondering why I need a separate package on OpenWRT to be running in the background for this, i.e, why I can't just point all the DNS queries that comes to the router in question to that IP and URL. Again, maybe it's a really OpenWRT specific question... Sorry 😅
If they don't identify their DoH server by name, but rather by IP address, I'd imagine that it would work. Have you tried?
searches
https://forum.openwrt.org/t/need-help-understanding-bootstrap-fallback-and-upstream-servers-in-dnsproxy-package/214070
EDIT: I personally wouldn't be too fussed about using an ISP's server to do that DNS resolution, unless one is concerned about your configuration still working even if the ISP's DNS server is broken.
From a privacy standpoint, the ISP is, well, your ISP. It can see traffic and can probably figure out that you're using DoH to a given provider anyway, and that's all the information it gets from a single query for the DoH server.
From a security standpoint, DoH should be authenticated via TLS, so the best an evil bootstrap DNS server can do is to produce a denial-of-service situation by pointing you somewhere that doesn't provide valid DoH responses, not cause you to trust some bogus DoH server.
Spot on. Thanks so much! I have been too busy reading and writing about electricity while also helping dad to digitize his old VHS tapes and C64 floppies to search the OpenWRT forums on my own! Bad excuse but still. 🤣
Answering your question, no, I haven't tried because of the above reason + I hate to see my Tor bridge down if for whatever reason I'd fuck things up and lose connection. 😅 Once I pull my head out, I'll try pointing the DNS queries directly to their DNS servers' IP address(es)!
Thanks again!
The IPs could be DoT servers.