@@ -189,7 +189,7 @@ keepalive = 30
189189
190190# # Set to `true` to constantly try to estimate the latency of all the resolvers
191191# # and adjust the load-balancing parameters accordingly, or to `false` to disable.
192- # # Default is `true` that makes 'p2' `lb_strategy` work well.
192+ # # Default is `true`, which makes the `wp2` `lb_strategy` work well.
193193
194194# lb_estimator = true
195195
@@ -289,7 +289,7 @@ cert_refresh_delay = 240
289289
290290# # Prefer RSA certificates over ECDSA for TLS connections.
291291# # When this is enabled, some servers may become impossible to use,
292- # # or may stop to work later as they upgrade their configuratione .
292+ # # or may stop working later as they upgrade their configuration .
293293# # Changing this setting is generally not recommended, but it may
294294# # reduce CPU usage on small routers with slow CPUs.
295295
@@ -525,7 +525,7 @@ cache_neg_max_ttl = 600
525525# # Path of the DoH URL. This is not a file, but the part after the hostname
526526# # in the URL. By convention, `/dns-query` is frequently chosen.
527527# # For each `listen_address` the complete URL to access the server will be:
528- # # `https://<listen_address><path>` (ex: `https://127.0.0.1/dns-query`)
528+ # # `https://<listen_address><path>` (ex: `https://127.0.0.1:3000 /dns-query`)
529529
530530# path = '/dns-query'
531531
@@ -840,7 +840,7 @@ prefix = ''
840840# #
841841# # Older versions of the `dnsdist` server software had a bug with queries larger
842842# # than 1500 bytes. This is fixed since `dnsdist` version 1.5.0, but
843- # # some server may still run an outdated version.
843+ # # some servers may still run an outdated version.
844844# #
845845# # The list below enables workarounds to make non-relayed usage more reliable
846846# # until the servers are fixed.
@@ -988,6 +988,7 @@ algorithm = "none"
988988# # - ipcrypt-deterministic: 32 hex chars (16 bytes) - Generate with: openssl rand -hex 16
989989# # - ipcrypt-nd: 32 hex chars (16 bytes) - Generate with: openssl rand -hex 16
990990# # - ipcrypt-ndx: 64 hex chars (32 bytes) - Generate with: openssl rand -hex 32
991+ # # - ipcrypt-pfx: 64 hex chars (32 bytes) - Generate with: openssl rand -hex 32
991992# # Example for deterministic/nd: key = "1234567890abcdef1234567890abcdef"
992993# # Example for ndx: key = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
993994# # IMPORTANT: Keep this key secret
0 commit comments