We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d43ebf commit 55b2ed9Copy full SHA for 55b2ed9
dnscrypt-proxy/config.go
@@ -743,7 +743,7 @@ func ConfigLoad(proxy *Proxy, flags *ConfigFlags) error {
743
return err
744
}
745
if len(proxy.registeredServers) == 0 {
746
- return errors.New("No servers configured")
+ return errors.New("None of the servers listed in the server_names list was found in the configured sources.")
747
748
749
if *flags.List || *flags.ListAll {
0 commit comments