mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fixes tor health checks
This commit is contained in:
committed by
Aiden McClelland
parent
686b2cb12c
commit
792c8b2c63
@@ -195,7 +195,7 @@ async fn inner_main(
|
|||||||
let tor_client = Client::builder()
|
let tor_client = Client::builder()
|
||||||
.proxy(
|
.proxy(
|
||||||
Proxy::http(format!(
|
Proxy::http(format!(
|
||||||
"socks5://{}:{}",
|
"socks5h://{}:{}",
|
||||||
rpc_ctx.tor_socks.ip(),
|
rpc_ctx.tor_socks.ip(),
|
||||||
rpc_ctx.tor_socks.port()
|
rpc_ctx.tor_socks.port()
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user