You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a19ee5a6dc | 7 years ago | |
---|---|---|
testdata | 8 years ago | |
.gitignore | 7 years ago | |
README.md | 8 years ago | |
cf_httpdns_test.go | 7 years ago | |
cloudflare_httpdns.go | 7 years ago | |
conf.go | 7 years ago | |
conf_test.go | 8 years ago | |
config_example.yaml | 7 years ago | |
google_httpdns.go | 7 years ago | |
handler.go | 7 years ago | |
log.go | 8 years ago | |
server.go | 7 years ago |
README.md
gdns
gdns is a dns proxy server
features
- support forward the query by rule, different domains use different upstream server
- support ip black list
- support google https dns
usage
go get github.com/fangdingjun/gdns
cp $GOPATH/src/github.com/fangdingjun/gdns/config_example.yaml config.yaml
vim config.yaml
$GOPATH/bin/gdns -c config.yaml