Revert "Try to fix 'Failed to listen' error"
This reverts commit 11a9f95039.
This commit is contained in:
@@ -1649,7 +1649,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
||||
if (!GetBoolArg("-clearnet", DEFAULT_CLEARNET)) {
|
||||
SoftSetBoolArg("-disableipv4", true);
|
||||
SoftSetBoolArg("-disableipv6", true);
|
||||
SoftSetBoolArg("-listen", true);
|
||||
SoftSetArg("-bind", "127.0.0.1");
|
||||
SoftSetArg("-onlynet", "onion");
|
||||
SoftSetArg("-onlynet", "i2p");
|
||||
|
||||
Reference in New Issue
Block a user