Skip to content

Commit 4a613aa

Browse files
committed
Explain what the path is in a URL
1 parent c84e104 commit 4a613aa

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

dnscrypt-proxy/example-dnscrypt-proxy.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)