TIP: Click on subject to list as thread! ANSI
echo: ipv6
to: Richard Menedetter
from: Oli
date: 2022-01-16 12:18:00
subject: Fidonet TOR service

Richard wrote (2022-01-16):

 RM> Hi All!

 RM> If somebody wants to try to connect to Fidonet over a TOR hidden service
 RM> then please let me know. I will send you an onion address.

 RM> In regards to how to connect, should be as easy as running this:
 RM> torsocks binkd
 RM> and then configure the onion address as my DNS name.

or via -pipe option

node 1:2/3 -pipe "ncat --proxy-type socks5 --proxy 127.0.0.1:9050 abc123.onion 24554"


or with a perl hook

file tor-hook.pl:

sub on_call
{
	if ($config{"tor-proxy"}) {
		foreach (split(/;/, $hosts)) {
			if ($_ =~ /\.onion\z/) {
				$hosts = $_;
				$socks = $config{"tor-proxy"};
				Log(3, "Cpt. Hook: using tor-proxy $socks for .onion address");
			}
		}
	}
	return 1;
}


binkd.cfg:
perl-hooks /etc/binkd/tor-hook.pl
perl-var tor-proxy 127.0.0.1:9050/

node 1:2/3 abc123.onion

---
       
* Origin: Birds aren't real (2:280/464.47)

SOURCE: echomail via QWK@pharcyde.org

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.