-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We state not to do 'any local DNS' if --always-use-proxy flag is set,… #3251
Conversation
5dbfb92
to
4bf2bbc
Compare
Shouldn't we go beyond and set Lines 203 to 207 in 4bf2bbc
|
--always_use_proxy=true even in active master prevents the bootstap resolve call even with out changing the value of use_dns. Since we get the value for use_dns as bootstrap flag from towire, we should keep it and not change it here. |
f586e7f
to
c3623ee
Compare
… so we should this Even if it is on startup only once ... Like @bitcoin-software indicated the expected UX should be in line with what a user expects the software will do so we should not dns if we say so with a flag that suggest that. Changelog-Fixed: We disable all dns even on startup the scan for bogus dns servers, if --always-use-proxy is set true Signed-off-by: Saibato <[email protected]>
c3623ee
to
1433711
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack 1433711
Good catch!
… so we should do this
Even if it is on startup only once ...
Like @bitcoin-software indicated the expected UX should be in
line with what a user expects the software will do
so we should not dns if we say so with a flag that suggest that.
Signed-off-by: Saibato [email protected]