mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Try using socks5h at scheme. (#2022)
This commit is contained in:
parent
20ca359af5
commit
8c84a8eb1b
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class PeerClient:
|
|||
proxy_host is not None and \
|
||||
proxy_port is not None:
|
||||
self.proxies = {
|
||||
"http": f'socks5://{proxy_host}:{proxy_port}',
|
||||
"http": f'socks5h://{proxy_host}:{proxy_port}',
|
||||
}
|
||||
logger.info("Using base url: {}".format(self.base_url))
|
||||
logger.info("Using proxies: {}".format(self.proxies))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue