├── .editorconfig ├── .gitignore └── README.md /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | end_of_line = lf 6 | trim_trailing_whitespace = true 7 | insert_final_newline = true 8 | indent_size = 2 9 | indent_style = space 10 | 11 | [*.md] 12 | trim_trailing_whitespace = false 13 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *~ 3 | /.idea/ 4 | /.env 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ↪️ activitypub-relays 2 | 3 | if you want to add a relay to your: 4 | 5 | ### Mastodon instance 6 | - Navigate to https://[YOUR_INSTANCE_HERE]/admin/relays 7 | - Click "Add New Relay" 8 | - Paste one of the urls below *as is* 9 | - Click "Save and Enable" 10 | 11 | ### Pleroma Instance 12 | - Copy the URL & replace */inbox* with */actor* 13 | 14 | ## ✅ active working relays 15 | 16 | ``` 17 | https://mastodon-relay.moew.science/inbox 18 | https://relay.beckmeyer.us/inbox 19 | https://relay.fedi.agency/inbox 20 | https://relay.fedinet.social/inbox 21 | https://relay.flm9.me/inbox 22 | https://relay.froth.zone/inbox 23 | https://relay.gruenehoelle.nl/inbox 24 | https://relay.homunyan.com/inbox 25 | https://relay.intahnet.co.uk/inbox 26 | https://relay.libranet.de/inbox 27 | https://relay.masto.la/inbox 28 | https://relay.minecloud.ro/inbox 29 | https://relay.mistli.net/inbox 30 | https://relay.pissdichal.de/inbox 31 | https://relay.toot.yukimochi.jp/inbox 32 | https://relay.uggs.io/inbox 33 | https://relay.wagnersnetz.de/inbox 34 | https://relay.wig.gl/inbox 35 | https://relay.dog/inbox 36 | https://relay.darmstadt.social/inbox 37 | https://relay.douzepoints.social/inbox 38 | ``` 39 | 40 | ## ✅🚫 relays that are restricted with allowlists 41 | 42 | ``` 43 | https://relay.foxyhole.io/inbox | Only Italian and Inglese languages / non-profit / for info contact @redhunt07@www.foxyhole.io prior to joining. 44 | https://de.relay.pfalz.social/inbox | Only for primarily German-language instances. Contact @maschinenraum@pfalz.social prior to joining. 45 | https://en.relay.friendi.ca/inbox | This relay is currently full, new joins are not accepted. 46 | https://open.relay.pfalz.social/inbox | This relay is currently full, new joins are not accepted. 47 | https://relay.asonix.dog/inbox 48 | https://relay.breakblocks.social/inbox | Only for instances primarily based around Minecraft. 49 | https://relay.dariox.club/inbox | Contact @kate@dariox.club prior to joining. 50 | https://relay.mastodon.kr/inbox 51 | https://streamb0x.de/inbox | Contact admin@joinmastodon.de to join the relay 52 | https://relay.bau-ha.us/inbox | thuringia + middle/east germany / non-profit / infosec contact _mt@social.bau-ha.us prior to joining. 53 | https://relay.neovibe.app/inbox | Must be approved by NeoVibe admin. For faster review of your instance, please send a Direct Messsage to @neovibe@neovibe.app 54 | https://relay.chocoflan.net/inbox | Only for primarily Spanish-language instances. 55 | ``` 56 | 57 | ## ❔ relays that maybe? work 58 | 59 | ``` 60 | https://relay.chemnitz.social/inbox | Connection times out 61 | https://relay.kretschmann.social/inbox | Redirects to https://kretschmann.social/ 62 | https://relay.glauca.space/inbox | Slow/unresponsive 63 | ``` 64 | 65 | ## ❌ relays that DON'T work 66 | 67 | ``` 68 | https://ap-relay.herokuapp.com/inbox | Offline for maintenance 69 | https://mastodon-relay.thedoodleproject.net | 502 Bad Gateway 70 | https://neighbours.aus.social/inbox 71 | https://neko-relay.com/inbox | 502 Bad Gateway 72 | https://relay.0svc.com/inbox | 404 Not Found 73 | https://relay.1d4.us/inbox 74 | https://relay.blob.cat/inbox | 502 Bad Gateway 75 | https://relay.cetialphafive.com/inbox 76 | https://relay.chaos.is/inbox | 404 Not Found 77 | https://relay.civiq.social/inbox 78 | https://relay.cyber-tribal.com/inbox 79 | https://relay.fedi.network/inbox 80 | https://relay.fedinoc.de/inbox | 404 Not Found 81 | https://relay.gidikroon.eu/inbox | 502 Bad Gatewayy 82 | https://relay.kamp.site/inbox 83 | https://relay.kemo.one/inbox | 525 No Reason Phrase (Cloudflare SSL handshake failed) 84 | https://relay.masto.tech/inbox | 404 Not Found 85 | https://relay.mastodon.eric.ovh/inbox 86 | https://relay.mastodon.fun/inbox | 404 Not Found 87 | https://relay.mastodonsocial.ru/inbox 88 | https://relay.my-wan.de/inbox 89 | https://relay.mstdn.live/inbox | Disallowed by service provider 90 | https://relay.nazrin.moe/inbox | 502 Bad Gateway 91 | https://relay.paw.cafe/inbox 92 | https://relay.shittyurl.org/inbox | 502 Bad Gateway 93 | https://relay.stacktonic.com.au/inbox 94 | https://relay.travnewmatic.com/inbox | 404 Not Found 95 | https://relay1.mastodon.ml/inbox | 502 Bad Gateway 96 | https://rrfarmbot.appspot.com/inbox | 500 Server Error 97 | https://vtlay.polyohm.net/inbox 98 | https://federation.stream/inbox | DNS record does not exist 99 | https://relay.101010.pl/inbox | Bad cerificate 100 | https://relay.c.im/inbox | Times out 101 | https://relay.dresden.network/inbox | 502 Bad Gateway 102 | https://relay.fedibird.com/inbox | 404 103 | https://relay.freespeech.club/inbox | 502 Bad Gateway 104 | https://relay.k3tan.com/inbox | Error 1033 105 | https://relay.retronerd.at/inbox | DNS record does not exist 106 | https://relay.social.tigwali.fr/inbox | 504 Gateway time-out 107 | https://relay2.mastodon.ml/inbox | 502 Bad Gateway 108 | https://relay.fediverse.life/inbox | DNS Record doesn't exist 109 | https://relay.nsupdate.info/inbox | Offline for maintenance 110 | https://relay.nfld.uk/inbox | 410 Gone 111 | https://relay.mastodon.scot/inbox | DNS Record doesn't exist 112 | https://relay.mastodon.libresilicon.com/inbox | SSL Cert invalid 113 | https://relay.social.firc.de/inbox | DNS Record doesn't exist 114 | https://relay.phreedom.club/inbox | DNS Record doesn't exist 115 | https://federation.stream/inbox | DNS Record doesn't exist 116 | https://aprelay.thebackupbox.net/inbox | Bad certificate; Common name invalid 117 | ``` 118 | 119 | 120 | ## Stargazers over time 121 | 122 | [![Stargazers over time](https://starchart.cc/brodi1/activitypub-relays.svg)](https://starchart.cc/brodi1/activitypub-relays) 123 | --------------------------------------------------------------------------------