Hi,
I’m trying to use arti_client API to connect to my Onion hidden service but I can’t create a TorClientConfig object with allow_onion_addrs set to TRUE. If I try to build a TorClientConfig with the following code:
let config = TorClientConfig::builder().address_filter().allow_onion_addrs(true).build();
I get ClientAddrConfig instead of a TorClientConfig.
Is this the right behaviour? How can I create a TorClientConfig with allow_onion_addrs set to TRUE?
Best regards,
Sérgio Carvalho