Show HN: Running the second public ODoH relay
1–10 of 50 posts
Re: Show HN: Running the second public ODoH relay
#2``` cargo install numa
# set mode = "odoh" in numa.toml ```
Re: Show HN: Running the second public ODoH relay
#3Re: Show HN: Running the second public ODoH relay
#4What’s the selling point of ODoH given the low uptake of ECH which means the name of the server you’re talking to is given away anyway?
Re: Show HN: Running the second public ODoH relay
#5What’s the selling point of ODoH given the low uptake of ECH which means the name of the server you’re talking to is given away anyway?
Re: Show HN: Running the second public ODoH relay
#6Re: Show HN: Running the second public ODoH relay
#7What would it take to get truly anonymous dns? I guess it’s not really possible no?
Re: Show HN: Running the second public ODoH relay
#8What’s the selling point of ODoH given the low uptake of ECH which means the name of the server you’re talking to is given away anyway?
They solve different things. ODoH hides your question, not who you're talking to.
Re: Show HN: Running the second public ODoH relay
#9Re: Show HN: Running the second public ODoH relay
#10What’s the selling point of ODoH given the low uptake of ECH which means the name of the server you’re talking to is given away anyway?
The truth is that very very few people run their own recursive nameserver. The entirely reasonable assumption for any authoritative nameserver, like .com, is that the query is being asked on behalf of someone else and knowing that a user of your nameserver asked for the ip of sexysheep.com doesn't give them a lot of useful info.
I'm think many ISPs actually sell a lot of data from their recursive nameservers, but I'm willing to bet that almost no-one bothers to sniff port 53 udp traffic going elsewhere.
My vote for the best privacy option is always going to be just run pi-hole with your own recursive nameservers.