Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 257 Bytes

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 257 Bytes

DNS SERVER

this is a dns server With WeightedRound-Robin

you can see config.yaml to know more

Quick start

go get github.com/vinkdong/dns
go build .
./dns --conf config.yaml

maybe your should get root access to execute this program