mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-18 19:08:24 -04:00
Update __init__.py
This commit is contained in:
parent
161f20c1d6
commit
2d28dc9a5e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue