We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90bfc0 commit a8da414Copy full SHA for a8da414
1 file changed
dnscrypt-proxy/example-dnscrypt-proxy.toml
@@ -974,9 +974,9 @@ algorithm = "none"
974
## - ipcrypt-ndx: 64 hex chars (32 bytes) - Generate with: openssl rand -hex 32
975
## Example for deterministic/nd: key = "1234567890abcdef1234567890abcdef"
976
## Example for ndx: key = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
977
-## IMPORTANT: Keep this key secret and store it securely
+## IMPORTANT: Keep this key secret
978
979
-# key = ""
+key = ""
980
981
982
###############################################################################
0 commit comments