From 04bbd33c75d41d2df3a387b365a746da7d4db34e Mon Sep 17 00:00:00 2001 From: cathugger Date: Sun, 15 Jul 2018 17:55:40 +0300 Subject: [PATCH 1/3] Add tor HS3 service. --- other/tor.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/other/tor.md b/other/tor.md index 0453e6c..4e06b7c 100644 --- a/other/tor.md +++ b/other/tor.md @@ -24,3 +24,6 @@ HS2 (TCP-only, Hidden Service, v2), operated by [Jeff](https://i2p.rocks/contact `"socks://localhost:9050/syr3orvfo5nxmao3.onion:40329"` +HS3 (TCP-only, Hidden Service, v3), operated by [cathugger](mailto:cathugger@cock.li) + +`"socks://localhost:9050/yggnekkmyitzepgl5ltdl277y5wdg36n4pc45sualo3yesm3usnuwyad.onion"` From dfb39ed74bd419a22bb76b0e92dd2d847cce3b33 Mon Sep 17 00:00:00 2001 From: cathugger Date: Sun, 15 Jul 2018 18:04:37 +0300 Subject: [PATCH 2/3] Add I2P node. --- other/i2p.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 other/i2p.md diff --git a/other/i2p.md b/other/i2p.md new file mode 100644 index 0000000..ef634f8 --- /dev/null +++ b/other/i2p.md @@ -0,0 +1,10 @@ +# I2P hidden service peers + +Note that the following assumes i2p is running locally and has configured SOCKS proxy on `localhost:4447`. + +## Nodes + +ST32 (TCP-only, Standard I2P service, b32 address), operated by [cathugger](mailto:cathugger@mail.i2p) + +`"socks://localhost:4447/7mx6ztmimo5nrnmydjjtkr6maupknr3zlyr33umly22pqnivyxcq.b32.i2p"` + From d90b1ad0729d645bdac6055c3640bf822e0fec86 Mon Sep 17 00:00:00 2001 From: cathugger Date: Sun, 15 Jul 2018 18:12:03 +0300 Subject: [PATCH 3/3] Add missing ports. --- other/i2p.md | 2 +- other/tor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/other/i2p.md b/other/i2p.md index ef634f8..d553a2a 100644 --- a/other/i2p.md +++ b/other/i2p.md @@ -6,5 +6,5 @@ Note that the following assumes i2p is running locally and has configured SOCKS ST32 (TCP-only, Standard I2P service, b32 address), operated by [cathugger](mailto:cathugger@mail.i2p) -`"socks://localhost:4447/7mx6ztmimo5nrnmydjjtkr6maupknr3zlyr33umly22pqnivyxcq.b32.i2p"` +`"socks://localhost:4447/7mx6ztmimo5nrnmydjjtkr6maupknr3zlyr33umly22pqnivyxcq.b32.i2p:46944"` diff --git a/other/tor.md b/other/tor.md index 4e06b7c..ad7ac67 100644 --- a/other/tor.md +++ b/other/tor.md @@ -26,4 +26,4 @@ HS2 (TCP-only, Hidden Service, v2), operated by [Jeff](https://i2p.rocks/contact HS3 (TCP-only, Hidden Service, v3), operated by [cathugger](mailto:cathugger@cock.li) -`"socks://localhost:9050/yggnekkmyitzepgl5ltdl277y5wdg36n4pc45sualo3yesm3usnuwyad.onion"` +`"socks://localhost:9050/yggnekkmyitzepgl5ltdl277y5wdg36n4pc45sualo3yesm3usnuwyad.onion:1863"`