-
Hello since i've updated my dnscrypt-proxy version to 2.2.1 with the script provided on the wiki I get this error from my logs: [FATAL] Unsupported key in configuration file: [fallback_resolver] Nothing have change in the .toml file. Same as before updating. Can you please explain me what is going on and how i can resolve this issue ? Best regards and happy new year |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should replace it with dnscrypt-proxy/dnscrypt-proxy/example-dnscrypt-proxy.toml Lines 214 to 244 in 916e84e But since you jumped a couple versions, maybe it would be better to start fresh from the current example file. |
Beta Was this translation helpful? Give feedback.
fallback_resolver
was deprecated in version 2.0.38.You should replace it with
bootstrap_resolvers
, that takes a list of possible resolvers instead:dnscrypt-proxy/dnscrypt-proxy/example-dnscrypt-proxy.toml
Lines 214 to 244 in 916e84e