-
Notifications
You must be signed in to change notification settings - Fork 71
Description
We should add a few new domains that have Tor Hidden Services.
http://jabber.s7t.de / jabberip5hpbrafx.onion according to https://twitter.com/ManiacTwister/status/555759240875606016
securejabber.me / giyvshdnojeivkom.onion according to https://securejabber.me/
wtfismyip.com / ofkztxcohimx34la.onion according to https://wtfismyip.com/jabber/
so36.net / s4fgy24e2b5weqdb.onion according to https://so36.net/services/xmpp/
jabber.ipredator.se / 3iffdebkzzkpgipa.onion according to https://www.ipredator.se/page/services#service_jabber
gabbler.de / gabbler7m74gkjci.onion according to http://www.gabbler.de/
jabber.autistici.org / wi7qkxyrdpu5cmvr.onion according to http://www.autistici.org/en/stuff/man_anon/tor.html
If somone could verify all of the above, I think one commit per domain would make sense - I have prepared a patch:
diff --git a/config.go b/config.go
index 40581b2..cadb2ba 100644
--- a/config.go
+++ b/config.go
@@ -190,6 +190,20 @@ func enroll(config *Config, term *terminal.Terminal) bool {
"riseup.net": "4cjw6cwpeaeppfqz.onion",
"jabber.calyxinstitute.org": "ijeeynrc6x2uy5ob.onion",
"jabber.otr.im": "5rgdtlawqkcplz75.onion",
+ // https://twitter.com/ManiacTwister/status/555759240875606016
+ "jabber.s7t.de": "jabberip5hpbrafx.onion",
+ // https://securejabber.me/
+ "securejabber.me": "giyvshdnojeivkom.onion",
+ // https://wtfismyip.com/jabber/
+ "wtfismyip.com": "ofkztxcohimx34la.onion",
+ // https://so36.net/services/xmpp/
+ "so36.net": "s4fgy24e2b5weqdb.onion",
+ // https://www.ipredator.se/page/services#service_jabber
+ "jabber.ipredator.se": "3iffdebkzzkpgipa.onion",
+ // http://www.gabbler.de/
+ "gabbler.de": "gabbler7m74gkjci.onion",
+ // http://www.autistici.org/en/stuff/man_anon/tor.html
+ "jabber.autistici.org": "wi7qkxyrdpu5cmvr.onion",
}
// Autoconfigure well known Tor hidden services.
I would like someone else can sign of on my research above. @agl - do you want one pull with a commit per domain or one commit for everything?