添加自定义“加密DNS”服务器 #96
skydevil88
announced in
Announcements
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1、添加自定义DoH服务器
在 Resource 目录下增加一个 DoHServer.json 文件,DoH 服务器需要支持 JSON API 并且国内能够正常访问。
内容如下,url 必需使用 IP,完成后重启Xbox下载助手。
2、自建中转DoH服务器 (以下例子域名称 doh.example.com,其中“doh”请改用其它,否则容易触发封控)
另外还能使用 Cloudflare Workers 免费部署一台自己专用DoH中转服务器(需要有一个托管在cloudflare域名)。
1、首选创建一个名为 doh 项目
2、 选择编辑代码,输入以下代码然后点击“部署”
3、由于workers.dev域名国内没法访问,还需要增加一个自己托管在cloudflare域名,设置->触发器
添加自定域,其中红色 example.com 为你自己的域名。
4、上述完成后可以在浏览器输入
https://doh.example.com/resolve?name=www.xbox.com&type=A
或者https://doh.example.com/dns-query?name=www.xbox.com&type=A
检查是否正常。最后修改 Resource 目录下修改 DoHServer.json 文件,内容如下,完成后重启Xbox下载助手。
Beta Was this translation helpful? Give feedback.
All reactions