Automatically change tor circuit once if ip is blocked
Use stem library to send a new identity signal via the tor control port. See #20
This commit is contained in:
@@ -30,6 +30,13 @@ SETTINGS_INFO = collections.OrderedDict([
|
||||
'category': 'network',
|
||||
}),
|
||||
|
||||
('tor_control_port', {
|
||||
'type': int,
|
||||
'default': 9151,
|
||||
'comment': '',
|
||||
'category': 'network',
|
||||
}),
|
||||
|
||||
('port_number', {
|
||||
'type': int,
|
||||
'default': 8080,
|
||||
|
||||
Reference in New Issue
Block a user