Simple DNS relay server with customizable routing tables (シンプルなDNSサービス)(简单的DNS服务)
Find a file
dollarkillerx dbb7003c75 udp deploy
2021-11-30 09:59:16 +08:00
cmd/simple_dns add deploy 2021-11-26 17:04:34 +08:00
deploy udp deploy 2021-11-30 09:47:35 +08:00
internal fix cors 2021-11-26 17:31:37 +08:00
pkg add api doc 2021-11-25 16:59:07 +08:00
README udp deploy 2021-11-30 09:51:04 +08:00
.gitignore Over 2020-11-08 00:13:48 -06:00
api_doc.md udp api doc 2021-11-25 19:26:08 +08:00
config.yaml add api 2021-11-25 17:41:40 +08:00
go.mod add logo 2021-11-26 16:45:17 +08:00
go.sum add logo 2021-11-26 16:45:17 +08:00
LICENSE Initial commit 2020-11-07 10:58:21 +08:00
README.md udp deploy 2021-11-30 09:59:16 +08:00
routing_table.csv add deploy 2021-11-26 17:04:34 +08:00

SimpleDns

Simple DNS relay server with customizable routing tables

web: https://github.com/XC-Zero/simple_dns

deploy

docker-compose up -d

routing table exp:

routing_table.csv

domain,ip
domain,ip

runing

go build cmd/simple_dns/simple_dns.go

关于ubuntu 端口占用

systemctl stop systemd-resolved.service
systemctl disable systemd-resolved.service
rm /etc/resolv.conf
echo "nameserver 8.8.8.8" >> /etc/resolv.conf