mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-09 03:08:45 -05:00
Update __init__.py
This commit is contained in:
parent
161f20c1d6
commit
2d28dc9a5e
@ -275,8 +275,8 @@ class ReceiveMode(Mode):
|
|||||||
else:
|
else:
|
||||||
(socks_address, socks_port) = self.common.gui.onion.get_tor_socks_port()
|
(socks_address, socks_port) = self.common.gui.onion.get_tor_socks_port()
|
||||||
self.web.proxies = {
|
self.web.proxies = {
|
||||||
"http": f"socks5://{socks_address}:{socks_port}",
|
"http": f"socks5h://{socks_address}:{socks_port}",
|
||||||
"https": f"socks5://{socks_address}:{socks_port}",
|
"https": f"socks5h://{socks_address}:{socks_port}",
|
||||||
}
|
}
|
||||||
|
|
||||||
def start_server_step2_custom(self):
|
def start_server_step2_custom(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user