Skip to content

Commit

Permalink
Add V2EX DNS to the DNS list
Browse files Browse the repository at this point in the history
File Changed:
* ./local/proxy.ini

Explaination:

Google public DNS has been distrubed in some areas of China mainland. Thus the reply from Google public DNS is unconvincing, which result in the fact that GoAgent couldn't get right IP addresses to connect.

V2EX DNS is a set of new DNS with high performance and passed the test in those areas.

Check Issue 19254 for more details.
  • Loading branch information
Liam0205 committed Jan 2, 2015
1 parent a187c98 commit a379b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/proxy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bufsize = 8192
[dns]
enable = 0
listen = 127.0.0.1:53
servers = 8.8.8.8|8.8.4.4|208.67.222.222|208.67.220.220|168.95.1.1|168.95.192.1|223.5.5.5|223.6.6.6|114.114.114.114|114.114.115.115|2001:4860:4860::8888|2001:4860:4860::8844|2001:470:20::2
servers = 199.91.73.222|178.79.131.110|8.8.8.8|8.8.4.4|208.67.222.222|208.67.220.220|168.95.1.1|168.95.192.1|223.5.5.5|223.6.6.6|114.114.114.114|114.114.115.115|2001:4860:4860::8888|2001:4860:4860::8844|2001:470:20::2
blacklist = 0.0.0.0|2.1.1.2|28.13.216.0|4.36.66.178|4.193.80.0|8.7.198.45|8.105.84.0|12.87.133.0|14.102.249.18|16.63.155.0|20.139.56.0|23.89.5.60|24.51.184.0|37.61.54.158|46.20.126.252|46.38.24.209|46.82.174.68|49.2.123.56|54.76.135.1|59.24.3.173|61.54.28.6|64.33.88.161|64.33.99.47|64.66.163.251|65.104.202.252|65.160.219.113|66.45.252.237|66.206.11.194|72.14.205.99|72.14.205.104|74.117.57.138|74.125.31.113|74.125.39.102|74.125.39.113|74.125.127.102|74.125.130.47|74.125.155.102|77.4.7.92|78.16.49.15|89.31.55.106|93.46.8.89|113.11.194.190|118.5.49.6|122.218.101.190|123.50.49.171|123.126.249.238|125.230.148.48|127.0.0.1|127.0.0.2|128.121.126.139|159.106.121.75|169.132.13.103|173.201.216.6|188.5.4.96|189.163.17.5|192.67.198.6|197.4.4.12|202.106.1.2|202.181.7.85|203.98.7.65|203.161.230.171|203.199.57.81|207.12.88.98|208.56.31.43|208.109.138.55|209.36.73.33|209.85.229.138|209.145.54.50|209.220.30.174|210.242.125.20|211.5.133.18|211.8.69.27|211.94.66.147|213.169.251.35|213.186.33.5|216.139.213.144|216.221.188.182|216.234.179.13|221.8.69.27|243.185.187.3|243.185.187.30|243.185.187.39|249.129.46.48|253.157.14.165|255.255.255.255|1.1.1.1|183.207.229.|183.207.232.
tcpover = .youtube.com|.ytimg.com|.googlevideo.com

Expand Down

0 comments on commit a379b5e

Please sign in to comment.