Subj : Iand alternaernative transports To : Al From : Oli Date : Wed Nov 20 2019 01:48 pm Ol>> Is your binkd build with perl support? Al> It does now, I added --with-perl and --with-proxy Al> $ binkd -vv Al> Binkd 1.0.5-pre5 (Nov 20 2019 04:10:27/Linux) Al> Compilation flags: gcc, zlib, bzlib2, perl, https. Al> Facilities: fsp1035 ipv6 Great! You can try to use my perl script. Put this in your binkd.cfg file (adjust path): perl-hooks /etc/binkd/onion.pl perl-var tor-proxy 127.0.0.1:9050/ This is the onion.pl script (it should be in your inbound directory now): sub on_call { if ($config{"tor-proxy"}) { foreach (split(/;/, $hosts)) { if ($_ =~ /\.onion\z/) { $hosts = $_; $socks = $config{"tor-proxy"}; Log(4, "using tor-proxy $socks for .onion address"); } } } return 1; } Now you could use this line for my node: node 21:1/151 boqbccnwyumttwvh.onion --- GoldED+/LNX 1.1.5-b20180707 * Origin: 🌈 (21:1/151) .