Update tor.md

Update tor config for `socks://` support.
This commit is contained in:
Arceliar 2018-04-26 20:53:10 -05:00 committed by GitHub
parent 9e14c85d61
commit b85ed3e5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`