AdguardTeam / dnsproxy

Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
Apache License 2.0
2.44k stars 247 forks source link

Specify the select US DNS #191

Closed peterwillcn closed 2 years ago

peterwillcn commented 2 years ago

I'm in the Asian region, But I want to choose DNS in the United States first how do I solve this problem?

use **pdnsd** upstream 8.8.8.8
➜  ~ ping youtube.com
ip US Google
PING youtube.com (142.250.217.110): 56 data bytes (Tests found that 4K video was the fastest to watch) 

use **dnsproxy** upstream 8.8.8.8
➜  ~ ping youtube.com 
ip Taiwan Goolge
PING youtube.com (172.217.160.78): 56 data bytes (Tests found that watching 4K videos was slow)  
rampageX commented 2 years ago

--edns --edns-addr=1.1.1.1/24

peterwillcn commented 2 years ago

@rampageX Let me test that out. Thank you!