Home
Softono

Dnsproxy

Open source Apache-2.0 Go
171
Stars
41
Forks
11
Issues
12
Watchers
9 years
Last Commit

 About Dnsproxy

防 DNS 缓存污染,兼顾查询质量与速度

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Dnsproxy?

We provide expert installation service for this software. Our team will install, configure, and secure Dnsproxy on your server. plans start at just $30.

dnsproxy

Travis status

DNS 服务器 + 代理服务器

作为 DNS 服务器使用时

  • 中国大陆的域名 通过国内 DNS 服务器查询
  • gfwlist 中的域名通过代理服务器向国外 DNS 服务器查询
  • 不在以上两者中的域名:先通过代理服务器向国外 DNS 服务器查询,如果得到中国大陆 IP 则再通过国内 DNS 服务器查询一次以试图获取更好的 IP 质量

作为代理服务器使用时

获取与安装

直接下载二进制文件

See the releases page

通过 docker 编译

$ docker build -t dnsproxy https://raw.githubusercontent.com/ARwMq9b6/dnsproxy/master/cmd/dnsproxy/Dockerfile
$ docker run -v $PWD/target:/target dnsproxy

本地编译

$ go get -u github.com/ARwMq9b6/dnsproxy
$ cd $GOPATH/src/github.com/ARwMq9b6/dnsproxy/cmd/dnsproxy
$ make