File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,14 +348,17 @@ cache_neg_max_ttl = 600
348348
349349# # dnscrypt-proxy can act as a local DoH server. By doing so, web browsers
350350# # requiring a direct connection to a DoH server in order to enable some
351- # # features will enable these, without bypassing your DNS proxy..
351+ # # features will enable these, without bypassing your DNS proxy.
352352
353353# # Addresses that the local DoH server should listen to
354354
355355# listen_addresses = ['127.0.0.1:3000']
356356
357357
358- # # URL path - The standard one is "/dns-query", but anything can be used.
358+ # # Path of the DoH URL. This is not a file, but the part after the hostname
359+ # # in the URL. By convention, `/dns-query` is frequently chosen.
360+ # # For each `listen_address` the complete URL to access the server will be:
361+ # # `https://<listen_address><path>` (ex: `https://127.0.0.1/dns-query`)
359362
360363# path = "/dns-query"
361364
You can’t perform that action at this time.
0 commit comments