mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Merge pull request #5161
845c86d Do not use third party services for IP detection. (Gregory Maxwell)
This commit is contained in:
@@ -574,6 +574,9 @@ bool AppInit2(boost::thread_group& threadGroup)
|
||||
// to protect privacy, do not listen by default if a default proxy server is specified
|
||||
if (SoftSetBoolArg("-listen", false))
|
||||
LogPrintf("AppInit2 : parameter interaction: -proxy set -> setting -listen=0\n");
|
||||
// to protect privacy, do not discover addresses by default
|
||||
if (SoftSetBoolArg("-discover", false))
|
||||
LogPrintf("AppInit2 : parameter interaction: -proxy set -> setting -discover=0\n");
|
||||
}
|
||||
|
||||
if (!GetBoolArg("-listen", true)) {
|
||||
|
||||
Reference in New Issue
Block a user