文件名称:odoh-server-go:Go中遗忘的DoH服务器
文件大小:34KB
文件格式:ZIP
更新时间:2024-05-27 10:13:42
Go
odoh-server-go 预配置的部署 当地发展 要在本地部署服务器,请首先使用获取TLS证书,如下所示: $ mkcert -key-file key.pem -cert-file cert.pem 127.0.0.1 localhost 然后按如下所示构建并运行服务器: $ make all $ CERT=cert.pem KEY=key.pem PORT=4567 ./odoh-server 然后,您可以按以下方式运行: $ ./odoh-client odoh --proxy localhost:4567 --target odoh.cloudflare-dns.com --domain cloudflare.com ;; opcode: QUERY, status: NOERROR, id: 14306 ;; flags: qr rd ra; QUERY: 1, ANS
【文件预览】:
odoh-server-go-master
----go.mod(306B)
----target.go(9KB)
----Makefile(291B)
----LICENSE.md(1KB)
----target_test.go(11KB)
----go.sum(42KB)
----proxy.go(4KB)
----.github()
--------workflows()
----proxy.yaml(69B)
----README.md(2KB)
----Procfile(23B)
----proxy_test.go(7KB)
----app.yaml(83B)
----resolver.go(2KB)
----telemetry.go(4KB)
----target.yaml(277B)
----odoh_server.go(6KB)
----app.json(285B)
----scalingo.json(285B)