hopefully improve tors connectivity with torrc changes
parent
bf6bbd3024
commit
0cd1ee8bb6
|
@ -75,6 +75,8 @@ class NetController:
|
|||
torrcData = '''SocksPort ''' + str(self.socksPort) + ''' OnionTrafficOnly
|
||||
DataDirectory ''' + self.dataDir + '''tordata/
|
||||
CookieAuthentication 1
|
||||
KeepalivePeriod 40
|
||||
CircuitsAvailableTimeout 86400
|
||||
ControlPort ''' + str(controlPort) + '''
|
||||
HashedControlPassword ''' + str(password) + '''
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue