From b85ed3e5ddb507606cf59b8195c56ffd3360b751 Mon Sep 17 00:00:00 2001 From: Arceliar Date: Thu, 26 Apr 2018 20:53:10 -0500 Subject: [PATCH] Update tor.md Update tor config for `socks://` support. --- other/tor.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/other/tor.md b/other/tor.md index a2b8759..e2e8706 100644 --- a/other/tor.md +++ b/other/tor.md @@ -1,22 +1,21 @@ # Tor hidden service peers -Note that connecting to tor nodes isn't natively supported by yggdrasil-go (as of writing), so some trickery with nc/ncat/socat may be required. -This will be documented later, but for now it's left as an exercise for the reader. +Note that the following assumes tor is running locally and listening on the default `localhost:9050`. ## Nodes SHHS2 (TCP-only, Single Hop Hidden Service v2), operated by [BAN AI Systems](https://ban.ai/) -`"bfq6x5pv5ifedihl.onion:44478"` +`"socks://localhost:9050/bfq6x5pv5ifedihl.onion:44478"` SHHS3 (TCP-only, Single Hop Hidden Service v3), operated by [BAN AI Systems](https://ban.ai/) -`"dbedawgprm7uot4fbfmmvoowpyshdsic7hhbcyxtkyblcuyr3eaiixid.onion:44478"` +`"socks://localhost:9050/dbedawgprm7uot4fbfmmvoowpyshdsic7hhbcyxtkyblcuyr3eaiixid.onion:44478"` HS2 (TCP-only, Hidden Service, v2), operated by [BAN AI Systems](https://ban.ai/) -`"trnszzzcbyt3c2sv.onion:44478"` +`"socks://localhost:9050/trnszzzcbyt3c2sv.onion:44478"` HS3 (TCP-only, Hidden Service, v3), operated by [BAN AI Systems](https://ban.ai/) -`"flnncw6fyuqqdnwv7m6grf4o4yw5afrcml6g5eyoucldi2oh34vlfzyd.onion:44478"` +`"socks://localhost:9050/flnncw6fyuqqdnwv7m6grf4o4yw5afrcml6g5eyoucldi2oh34vlfzyd.onion:44478"`