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
|
Log notice stdout
|
||||||
SocksPort 9830
|
SocksPort 9830
|
||||||
ControlPort 9831
|
ControlPort 9831
|
||||||
CookieAuthentication 1
|
#CookieAuthentication 1
|
||||||
'''.strip())
|
'''.strip())
|
||||||
tor_data = os.path.join(settings.data_path, 'TorData')
|
tor_data = os.path.join(settings.data_path, 'TorData')
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
|
|
Loading…
Reference in a new issue