mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
reset tor (#2296)
* reset tor * Update tor.rs * timeout connect * handle stuck bootstrapping
This commit is contained in:
committed by
Matt Hill
parent
b0503fa507
commit
fc142cfde8
@@ -197,6 +197,7 @@ impl RpcContext {
|
||||
NetController::init(
|
||||
base.tor_control
|
||||
.unwrap_or(SocketAddr::from(([127, 0, 0, 1], 9051))),
|
||||
tor_proxy,
|
||||
base.dns_bind
|
||||
.as_ref()
|
||||
.map(|v| v.as_slice())
|
||||
|
||||
Reference in New Issue
Block a user