Browse Source

set local address

pull/5/head
orignal 7 years ago
parent
commit
a11dc85ee6
  1. 2
      src/init.cpp

2
src/init.cpp

@ -866,7 +866,7 @@ bool AppInit2(boost::thread_group& threadGroup) @@ -866,7 +866,7 @@ bool AppInit2(boost::thread_group& threadGroup)
// see Step 2: parameter interactions for more information about these
fNoListen = !GetBoolArg("-listen", true);
fDiscover = GetBoolArg("-discover", true);
fDiscover = true; //GetBoolArg("-discover", true); TODO
fNameLookup = GetBoolArg("-dns", true);
// -i2p can override both tor and proxy

Loading…
Cancel
Save