Forward DNS to Orbot over SOCKS5
See original GitHub issueToday, users need to manually set DNS Proxy
in the app to forward DNS
packets to Orbot’s DNS endpoint. Cumbersome.
Instead, Orbot can handle DNS
over SOCKS5
, and so, use that. Of course let users choose if they’d want to use split DNS and not forward it to Orbot.
Ref #131
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Reply with dns port alongside http, socks addrs #705 - GitHub
Apps like RethinkDNS can forward DNS requests over TCP and UDP to any port on localhost (doesn't matter if Orbot doesn't support DNS...
Read more >How to Proxy DNS Requests through Orbot - Stoutner
So, if a user is proxying through Tor using Privacy Browser, and they want to visit stoutner.com, they first do a DNS lookup...
Read more >How to setup an outbound proxy - AdGuard Knowledgebase
Open AdGuard and go to Settings —— Proxy settings. · Open Orbot and press the Start button on the application's main screen. ·...
Read more >DNS over Tor · Cloudflare 1.1.1.1 docs
A blazing fast DNS resolver built for private browsing.
Read more >Is there any benefit to using a secure DNS resolver with Orbot ...
I have set up NetGuard to use Orbot as a SOCKS5 proxy. I have the following settings on: - Filter Traffic - Filter...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Send a relative straight forward pull-request to Orbot (hopefully, got the change right): https://github.com/guardianproject/orbot/pull/705
Let’s see what they’ve got to say about it. In the meanwhile, we can default to forwarding traffic over
localhost:5400
when Orbot is active, I guess?Note that you can set a DNS Proxy (from the DNS Configure page) to forward traffic to local Orbot DNS port.
We should also proxy DoH over Orbot’s SOCKS5 port (DoHoT), ref: https://github.com/alecmuffett/dohot/blob/master/INSTALL.md