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.
fangdingjun 13c78296f2 | 8 years ago | |
---|---|---|
testdata | 8 years ago | |
.gitignore | 8 years ago | |
README.md | 8 years ago | |
conf.go | 8 years ago | |
conf_test.go | 8 years ago | |
config_example.yaml | 8 years ago | |
google_httpdns.go | 8 years ago | |
handler.go | 8 years ago | |
log.go | 8 years ago | |
server.go | 8 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