Failures showing on "DNSCrypt Proxy Monitoring Dashboard" #3169
Replies: 2 comments
-
|
Based on my analysis of your configuration, here's what's likely causing the failures and how to fix them: Main Issue: Load Balancing StrategyYou changed
Fix: Change this line in your config: # lb_strategy = 'first' # <-- comment out or remove
lb_strategy = 'wp2' # <-- use the defaultSecondary Issue: Limited Server SelectionYou explicitly specified only 3 servers: server_names = ['quad9-dnscrypt-ip4-nofilter-pri', 'quad9-dnscrypt-ip4-nofilter-ecs-pri', 'nextdns']This limits failover options. With Options:
Other Observations
The default |
Beta Was this translation helpful? Give feedback.
-
|
Thank you ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing failures daily on the DNSCrypt Proxy Monitoring Dashboard
I'm attaching my .toml for review - can anyone help me decipher if there is something I have setup wrong or are these failures just normal. I am not using IPV6 - so I have that disabled.
I am trying to encrypt my DNS and using Quad 9 and a secondary provider (doesnt have to be nextdns).
Beta Was this translation helpful? Give feedback.
All reactions