Skip to content

Commit 566cf9f

Browse files
authored
add https protocol introduction and public resolvers reference (#218)
1 parent 8e27201 commit 566cf9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,10 @@ IPv6). Overture will handle both TCP and UDP requests. Literal IPv6 addresses ar
192192
+ DNS: You can specify multiple DNS upstream servers here.
193193
+ Name: This field is only used for logging.
194194
+ Address: Same as BindAddress.
195-
+ Protocol: `tcp`, `udp` or `tcp-tls`
195+
+ Protocol: `tcp`, `udp`, `tcp-tls` or `https`
196196
+ `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.
197199
+ SOCKS5Address: Forward dns query to this SOCKS5 proxy, `“”` to disable.
198200
+ EDNSClientSubnet: Used to improve DNS accuracy. Please check [RFC7871](https://tools.ietf.org/html/rfc7871) for
199201
details.

0 commit comments

Comments
 (0)