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.
22 lines
412 B
Markdown
22 lines
412 B
Markdown
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
|