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
+3-1
Original file line number
Diff line number
Diff line change
@@ -192,8 +192,10 @@ IPv6). Overture will handle both TCP and UDP requests. Literal IPv6 addresses ar
192
192
+ DNS: You can specify multiple DNS upstream servers here.
193
193
+ Name: This field is only used for logging.
194
194
+ Address: Same as BindAddress.
195
-
+ Protocol: `tcp`, `udp` or `tcp-tls`
195
+
+ Protocol: `tcp`, `udp`, `tcp-tls` or `https`
196
196
+ `tcp-tls`: Address format is "servername:port@serverAddress", try one.one.one.one:853 or one.one.one.one:853@1.1.1.1
197
+
+ `https`: Just try https://cloudflare-dns.com/dns-query
198
+
+ Check [DNS Privacy Public Resolvers](https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Public+Resolvers) for more public `tcp-tls`, `https` resolvers.
197
199
+ SOCKS5Address: Forward dns query to this SOCKS5 proxy, `“”` to disable.
198
200
+ EDNSClientSubnet: Used to improve DNS accuracy. Please check [RFC7871](https://tools.ietf.org/html/rfc7871) for
0 commit comments