hopefully improve tors connectivity with torrc changes

This commit is contained in:
Kevin Froman 2019-08-10 19:42:47 -05:00
parent bf6bbd3024
commit 0cd1ee8bb6
1 changed files with 2 additions and 0 deletions

View File

@ -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) + '''
'''