Add setting for tor_port
This commit is contained in:
@@ -22,6 +22,12 @@ SETTINGS_INFO = collections.OrderedDict([
|
||||
],
|
||||
}),
|
||||
|
||||
('tor_port', {
|
||||
'type': int,
|
||||
'default': 9150,
|
||||
'comment': '',
|
||||
}),
|
||||
|
||||
('port_number', {
|
||||
'type': int,
|
||||
'default': 8080,
|
||||
|
||||
Reference in New Issue
Block a user