We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97c047 commit 89a9f49Copy full SHA for 89a9f49
1 file changed
config/dnscrypt-proxy.toml
@@ -223,6 +223,14 @@ dnscrypt_ephemeral_keys = true
223
# tls_cipher_suite = [52392, 49199]
224
225
226
+## Log TLS key material to a file, for debugging purposes only.
227
+## This file will contain the TLS master key, which can be used to decrypt
228
+## all TLS traffic to/from DoH servers.
229
+## Never ever enable except for debugging purposes with a tool such as mitmproxy.
230
+
231
+# tls_key_log_file = '/tmp/keylog.txt'
232
233
234
## Bootstrap resolvers
235
##
236
## These are normal, non-encrypted DNS resolvers, that will be only used
0 commit comments