Replies: 1 comment 1 reply
-
Hi! The client listeners start immediately. And as soon as at least one server is live, these servers are used and responses are sent, even if the full list of servers hasn't been processed yet. So, calling |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First thanks for all your effort making this happen.
I run my dnscrypt-proxy on NanoPi Neo2 which is a little limited in resources. Calling
proxy.serversInfo.refresh(proxy)
inStartProxy
inproxy.go
takes around 3 mins on NanoPiNeo2 and I think it can be reduced.What I'm suggesting is:
proxy.serversInfo.refresh(proxy)
to a go routine.Please let me know If this is can be done or not? If you think this will improve the dnscrypt-proxy, I will be more than happy to try to implement it.
Beta Was this translation helpful? Give feedback.
All reactions