disable authentication to make running multiple nodes easier
This commit is contained in:
parent
fa9482de48
commit
a45445d114
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ AvoidDiskWrites 1
|
|||
Log notice stdout
|
||||
SocksPort 9830
|
||||
ControlPort 9831
|
||||
CookieAuthentication 1
|
||||
#CookieAuthentication 1
|
||||
'''.strip())
|
||||
tor_data = os.path.join(settings.data_path, 'TorData')
|
||||
if sys.platform == 'win32':
|
||||
|
|
Loading…
Reference in a new issue