Improved torcontrol formatting and efficency
This commit is contained in:
parent
e14955cb6b
commit
3473c5e36a
3 changed files with 24 additions and 23 deletions
|
@ -3,7 +3,8 @@ from typing import NewType
|
|||
UserID = NewType('UserID', str)
|
||||
UserIDSecretKey = NewType('UserIDSecretKey', str)
|
||||
|
||||
LANIP = NewType('LANIP', 'str')
|
||||
LANIP = NewType('LANIP', str)
|
||||
LoopBackIP = NewType('LoopBackIP', str)
|
||||
|
||||
DeterministicKeyPassphrase = NewType('DeterministicKeyPassphrase', str)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue