mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +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()
|
||||
.proxy(
|
||||
Proxy::http(format!(
|
||||
"socks5://{}:{}",
|
||||
"socks5h://{}:{}",
|
||||
rpc_ctx.tor_socks.ip(),
|
||||
rpc_ctx.tor_socks.port()
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user