Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add https protocol introduction and public resolvers reference #218

Merged
merged 1 commit into from
Mar 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,10 @@ IPv6). Overture will handle both TCP and UDP requests. Literal IPv6 addresses ar
+ DNS: You can specify multiple DNS upstream servers here.
+ Name: This field is only used for logging.
+ Address: Same as BindAddress.
+ Protocol: `tcp`, `udp` or `tcp-tls`
+ Protocol: `tcp`, `udp`, `tcp-tls` or `https`
+ `tcp-tls`: Address format is "servername:port@serverAddress", try one.one.one.one:853 or one.one.one.one:853@1.1.1.1
+ `https`: Just try https://cloudflare-dns.com/dns-query
+ Check [DNS Privacy Public Resolvers](https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Public+Resolvers) for more public `tcp-tls`, `https` resolvers.
+ SOCKS5Address: Forward dns query to this SOCKS5 proxy, `“”` to disable.
+ EDNSClientSubnet: Used to improve DNS accuracy. Please check [RFC7871](https://tools.ietf.org/html/rfc7871) for
details.
Expand Down