Add setting for tor_port

This commit is contained in:
user938120
2020-09-19 12:23:30 +00:00
parent 753f6c5389
commit 3ffe5d0120
3 changed files with 10 additions and 4 deletions

View File

@@ -22,6 +22,12 @@ SETTINGS_INFO = collections.OrderedDict([
],
}),
('tor_port', {
'type': int,
'default': 9150,
'comment': '',
}),
('port_number', {
'type': int,
'default': 8080,