Skip to content

Commit 9a4b167

Browse files
committed
Update TwintPool.py
1 parent 4ae4159 commit 9a4b167

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎modules/TwintPool.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ def __init__(self, fh_job=None, job_name='noname'):
1717
self.config.Hide_output = True
1818
self.config.Verified = True
1919
self.config.Username = None
20+
self.config.Proxy_host = "tor"
21+
self.self.config.Proxy_port = "9050"
22+
self.config.Proxy_type = "socks5"
23+
2024

2125

2226
def twint_loop(self, since, until, stride_sec=600, limit=None):

0 commit comments

Comments
 (0)