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.
Go to file
Dingjun Fang b3bd7c3421
Merge pull request #1 from fangdingjun/dependabot/go_modules/github.com/pires/go-proxyproto-0.6.1
Bump github.com/pires/go-proxyproto from 0.6.0 to 0.6.1
2 years ago
.gitignore DoH: add http/1.1 support 6 years ago
LICENSE Initial commit 9 years ago
README.md update README 3 years ago
client_https.go line ending: crlf->lf 2 years ago
config.go fix static check warnings 2 years ago
config_example.yaml update example config file 6 years ago
go.mod Bump github.com/pires/go-proxyproto from 0.6.0 to 0.6.1 2 years ago
go.sum Bump github.com/pires/go-proxyproto from 0.6.0 to 0.6.1 2 years ago
main.go fix static check warnings 2 years ago
middleware.go update log library 3 years ago
server.go update log library 3 years ago
server_https.go add err check 2 years ago
server_tcp.go add err check 2 years ago
server_udp.go add err check 2 years ago
upstream.go getResponseFromUpstream: use timeout in conf 2 years ago

README.md

gdns

a dns proxy server write by go

Features

support tcp, udp, tls, DoH(dns over https/http2)

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 -log_level DEBUG

Third-part library

use dns library to parse the dns message