We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f4496 commit f70ae80Copy full SHA for f70ae80
packages/tor/rust/src/lib.rs
@@ -54,7 +54,8 @@ fn build_tor_client_config(
54
.storage()
55
.state_dir(CfgPath::new(config.state_dir.clone()))
56
.cache_dir(CfgPath::new(config.cache_dir.clone()));
57
- cfg_builder.address_filter().allow_onion_addrs(true);
+
58
+ cfg_builder.address_filter().allow_onion_addrs(false);
59
60
if config.obfs4_port > 0 {
61
let mut transport = TransportConfigBuilder::default();
0 commit comments