You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ Configuration file is "config.json" by default:
82
82
{
83
83
"BindAddress": ":53",
84
84
"DebugHTTPAddress": "127.0.0.1:5555",
85
+
"DohEnabled": false,
85
86
"PrimaryDNS": [
86
87
{
87
88
"Name": "DNSPod",
@@ -188,7 +189,7 @@ IPv6). Overture will handle both TCP and UDP requests. Literal IPv6 addresses ar
188
189
}
189
190
}
190
191
```
191
-
192
+
+ DohEnabled(Experimental): Enable DNS over HTTP server using `DebugHTTPAddress` above with url path `/dns-query`. DNS over HTTPS server can be easily achieved helping by other web server software like caddy or nginx.
192
193
+ DNS: You can specify multiple DNS upstream servers here.
0 commit comments