From 3fc8f07f5e43210e75d8884215347e5430961681 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Tue, 11 Jun 2024 00:28:49 -0400 Subject: [PATCH 1/6] feat: instances.json file --- instances.json | 127 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 instances.json diff --git a/instances.json b/instances.json new file mode 100644 index 0000000..4d919a6 --- /dev/null +++ b/instances.json @@ -0,0 +1,127 @@ +[ + { + "url": "https://code.whatever.social", + "regions": ["Germany"], + "admins": ["https://whatever.social", "https://httpjames.space"] + }, + { + "url": "https://ao.vern.cc", + "regions": ["United States"], + "admins": ["https://vern.cc"] + }, + { + "url": "https://overflow.smnz.de", + "regions": ["Germany"], + "admins": ["https://smnz.de"] + }, + { + "url": "https://overflow.lunar.icu", + "regions": ["Germany"], + "admins": ["https://lunar.icu/"] + }, + { + "url": "https://overflow.adminforge.de/", + "regions": ["Germany"], + "admins": ["https://adminforge.de/"] + }, + { + "url": "https://overflow.hostux.net/", + "regions": ["France"], + "admins": ["https://hostux.net/"] + }, + { + "url": "https://overflow.projectsegfau.lt/", + "regions": ["United States", "Germany", "India"], + "admins": ["https://projectsegfau.lt/"] + }, + { + "url": "https://code.xbdm.fun", + "regions": ["Germany"], + "admins": ["https://xbdm.fun"] + }, + { + "url": "https://overflow.fascinated.cc/", + "regions": ["Germany"], + "admins": ["https://fascinated.cc/"] + }, + { + "url": "https://ao.bloat.cat", + "regions": ["Romania"], + "admins": ["https://bloat.cat"] + }, + { + "url": "https://anonoverflow.frontendfriendly.xyz/", + "regions": ["United States"], + "admins": ["https://frontendfriendly.xyz/"] + }, + { + "url": "https://ao.owo.si/", + "regions": ["Germany"], + "admins": ["https://owo.si/"] + }, + { + "url": "https://overflow.datura.network/", + "regions": ["Germany"], + "admins": ["https://datura.network"] + }, + { + "url": "https://overflow.freedit.eu", + "regions": ["United States"], + "admins": ["https://freedit.eu"] + }, + { + "url": "https://ao.ftw.lol", + "regions": ["Germany"], + "admins": ["https://ftw.lol"] + }, + { + "url": "https://anonoverflow.hyperreal.coffee", + "regions": ["United States"], + "admins": ["https://hyperreal.coffee"] + }, + { + "url": "https://overflow.sudovanilla.com", + "regions": ["United States"], + "admins": ["https://sudovanilla.com"] + }, + { + "url": "https://anonymousoverflow.privacyfucking.rocks/", + "regions": ["Germany"], + "admins": ["https://privacyfucking.rocks"] + }, + { + "url": "https://exchange.seitan-ayoub.lol", + "regions": ["Germany"], + "admins": ["https://seitan-ayoub.lol"] + }, + { + "url": "https://overflow.r4fo.com", + "regions": ["The Netherlands"], + "admins": ["https://r4fo.com"] + }, + { + "url": "https://overflow.ducks.party", + "regions": ["The Netherlands"], + "admins": ["https://ducks.party"] + }, + { + "url": "https://ao.ngn.tf", + "regions": ["Turkey"], + "admins": ["https://ngn.tf"] + }, + { + "url": "https://overflow.snine.nl", + "regions": ["The Netherlands"], + "admins": ["https://snine.nl"] + }, + { + "url": "https://anonymousoverflow.privacyredirect.com", + "regions": ["Finland"], + "admins": ["https://privacyredirect.com/"] + }, + { + "url": "https://soflow.nerdvpn.de", + "regions": ["Ukraine"], + "admins": ["https://github.com/Sommerwiesel"] + } +] From 07a620311515bdcb4538f8c2ce79680a374850fb Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Tue, 11 Jun 2024 00:47:48 -0400 Subject: [PATCH 2/6] feat: rename admins to operators --- instances.json | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/instances.json b/instances.json index 4d919a6..97be46d 100644 --- a/instances.json +++ b/instances.json @@ -2,126 +2,126 @@ { "url": "https://code.whatever.social", "regions": ["Germany"], - "admins": ["https://whatever.social", "https://httpjames.space"] + "operators": ["https://whatever.social", "https://httpjames.space"] }, { "url": "https://ao.vern.cc", "regions": ["United States"], - "admins": ["https://vern.cc"] + "operators": ["https://vern.cc"] }, { "url": "https://overflow.smnz.de", "regions": ["Germany"], - "admins": ["https://smnz.de"] + "operators": ["https://smnz.de"] }, { "url": "https://overflow.lunar.icu", "regions": ["Germany"], - "admins": ["https://lunar.icu/"] + "operators": ["https://lunar.icu/"] }, { "url": "https://overflow.adminforge.de/", "regions": ["Germany"], - "admins": ["https://adminforge.de/"] + "operators": ["https://adminforge.de/"] }, { "url": "https://overflow.hostux.net/", "regions": ["France"], - "admins": ["https://hostux.net/"] + "operators": ["https://hostux.net/"] }, { "url": "https://overflow.projectsegfau.lt/", "regions": ["United States", "Germany", "India"], - "admins": ["https://projectsegfau.lt/"] + "operators": ["https://projectsegfau.lt/"] }, { "url": "https://code.xbdm.fun", "regions": ["Germany"], - "admins": ["https://xbdm.fun"] + "operators": ["https://xbdm.fun"] }, { "url": "https://overflow.fascinated.cc/", "regions": ["Germany"], - "admins": ["https://fascinated.cc/"] + "operators": ["https://fascinated.cc/"] }, { "url": "https://ao.bloat.cat", "regions": ["Romania"], - "admins": ["https://bloat.cat"] + "operators": ["https://bloat.cat"] }, { "url": "https://anonoverflow.frontendfriendly.xyz/", "regions": ["United States"], - "admins": ["https://frontendfriendly.xyz/"] + "operators": ["https://frontendfriendly.xyz/"] }, { "url": "https://ao.owo.si/", "regions": ["Germany"], - "admins": ["https://owo.si/"] + "operators": ["https://owo.si/"] }, { "url": "https://overflow.datura.network/", "regions": ["Germany"], - "admins": ["https://datura.network"] + "operators": ["https://datura.network"] }, { "url": "https://overflow.freedit.eu", "regions": ["United States"], - "admins": ["https://freedit.eu"] + "operators": ["https://freedit.eu"] }, { "url": "https://ao.ftw.lol", "regions": ["Germany"], - "admins": ["https://ftw.lol"] + "operators": ["https://ftw.lol"] }, { "url": "https://anonoverflow.hyperreal.coffee", "regions": ["United States"], - "admins": ["https://hyperreal.coffee"] + "operators": ["https://hyperreal.coffee"] }, { "url": "https://overflow.sudovanilla.com", "regions": ["United States"], - "admins": ["https://sudovanilla.com"] + "operators": ["https://sudovanilla.com"] }, { "url": "https://anonymousoverflow.privacyfucking.rocks/", "regions": ["Germany"], - "admins": ["https://privacyfucking.rocks"] + "operators": ["https://privacyfucking.rocks"] }, { "url": "https://exchange.seitan-ayoub.lol", "regions": ["Germany"], - "admins": ["https://seitan-ayoub.lol"] + "operators": ["https://seitan-ayoub.lol"] }, { "url": "https://overflow.r4fo.com", "regions": ["The Netherlands"], - "admins": ["https://r4fo.com"] + "operators": ["https://r4fo.com"] }, { "url": "https://overflow.ducks.party", "regions": ["The Netherlands"], - "admins": ["https://ducks.party"] + "operators": ["https://ducks.party"] }, { "url": "https://ao.ngn.tf", "regions": ["Turkey"], - "admins": ["https://ngn.tf"] + "operators": ["https://ngn.tf"] }, { "url": "https://overflow.snine.nl", "regions": ["The Netherlands"], - "admins": ["https://snine.nl"] + "operators": ["https://snine.nl"] }, { "url": "https://anonymousoverflow.privacyredirect.com", "regions": ["Finland"], - "admins": ["https://privacyredirect.com/"] + "operators": ["https://privacyredirect.com/"] }, { "url": "https://soflow.nerdvpn.de", "regions": ["Ukraine"], - "admins": ["https://github.com/Sommerwiesel"] + "operators": ["https://github.com/Sommerwiesel"] } ] From e1c13249d40a18efb5488211a2c0e96fd5d25432 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Tue, 11 Jun 2024 01:30:43 -0400 Subject: [PATCH 3/6] feat: onion array of instances --- instances.json | 294 ++++++++++++++++++++++++++++--------------------- 1 file changed, 167 insertions(+), 127 deletions(-) diff --git a/instances.json b/instances.json index 97be46d..e1c5bdc 100644 --- a/instances.json +++ b/instances.json @@ -1,127 +1,167 @@ -[ - { - "url": "https://code.whatever.social", - "regions": ["Germany"], - "operators": ["https://whatever.social", "https://httpjames.space"] - }, - { - "url": "https://ao.vern.cc", - "regions": ["United States"], - "operators": ["https://vern.cc"] - }, - { - "url": "https://overflow.smnz.de", - "regions": ["Germany"], - "operators": ["https://smnz.de"] - }, - { - "url": "https://overflow.lunar.icu", - "regions": ["Germany"], - "operators": ["https://lunar.icu/"] - }, - { - "url": "https://overflow.adminforge.de/", - "regions": ["Germany"], - "operators": ["https://adminforge.de/"] - }, - { - "url": "https://overflow.hostux.net/", - "regions": ["France"], - "operators": ["https://hostux.net/"] - }, - { - "url": "https://overflow.projectsegfau.lt/", - "regions": ["United States", "Germany", "India"], - "operators": ["https://projectsegfau.lt/"] - }, - { - "url": "https://code.xbdm.fun", - "regions": ["Germany"], - "operators": ["https://xbdm.fun"] - }, - { - "url": "https://overflow.fascinated.cc/", - "regions": ["Germany"], - "operators": ["https://fascinated.cc/"] - }, - { - "url": "https://ao.bloat.cat", - "regions": ["Romania"], - "operators": ["https://bloat.cat"] - }, - { - "url": "https://anonoverflow.frontendfriendly.xyz/", - "regions": ["United States"], - "operators": ["https://frontendfriendly.xyz/"] - }, - { - "url": "https://ao.owo.si/", - "regions": ["Germany"], - "operators": ["https://owo.si/"] - }, - { - "url": "https://overflow.datura.network/", - "regions": ["Germany"], - "operators": ["https://datura.network"] - }, - { - "url": "https://overflow.freedit.eu", - "regions": ["United States"], - "operators": ["https://freedit.eu"] - }, - { - "url": "https://ao.ftw.lol", - "regions": ["Germany"], - "operators": ["https://ftw.lol"] - }, - { - "url": "https://anonoverflow.hyperreal.coffee", - "regions": ["United States"], - "operators": ["https://hyperreal.coffee"] - }, - { - "url": "https://overflow.sudovanilla.com", - "regions": ["United States"], - "operators": ["https://sudovanilla.com"] - }, - { - "url": "https://anonymousoverflow.privacyfucking.rocks/", - "regions": ["Germany"], - "operators": ["https://privacyfucking.rocks"] - }, - { - "url": "https://exchange.seitan-ayoub.lol", - "regions": ["Germany"], - "operators": ["https://seitan-ayoub.lol"] - }, - { - "url": "https://overflow.r4fo.com", - "regions": ["The Netherlands"], - "operators": ["https://r4fo.com"] - }, - { - "url": "https://overflow.ducks.party", - "regions": ["The Netherlands"], - "operators": ["https://ducks.party"] - }, - { - "url": "https://ao.ngn.tf", - "regions": ["Turkey"], - "operators": ["https://ngn.tf"] - }, - { - "url": "https://overflow.snine.nl", - "regions": ["The Netherlands"], - "operators": ["https://snine.nl"] - }, - { - "url": "https://anonymousoverflow.privacyredirect.com", - "regions": ["Finland"], - "operators": ["https://privacyredirect.com/"] - }, - { - "url": "https://soflow.nerdvpn.de", - "regions": ["Ukraine"], - "operators": ["https://github.com/Sommerwiesel"] - } -] +{ + "clearnet": [ + { + "url": "https://code.whatever.social", + "regions": ["Germany"], + "operators": ["https://whatever.social", "https://httpjames.space"] + }, + { + "url": "https://ao.vern.cc", + "regions": ["United States"], + "operators": ["https://vern.cc"] + }, + { + "url": "https://overflow.smnz.de", + "regions": ["Germany"], + "operators": ["https://smnz.de"] + }, + { + "url": "https://overflow.lunar.icu", + "regions": ["Germany"], + "operators": ["https://lunar.icu/"] + }, + { + "url": "https://overflow.adminforge.de/", + "regions": ["Germany"], + "operators": ["https://adminforge.de/"] + }, + { + "url": "https://overflow.hostux.net/", + "regions": ["France"], + "operators": ["https://hostux.net/"] + }, + { + "url": "https://overflow.projectsegfau.lt/", + "regions": ["United States", "Germany", "India"], + "operators": ["https://projectsegfau.lt/"] + }, + { + "url": "https://code.xbdm.fun", + "regions": ["Germany"], + "operators": ["https://xbdm.fun"] + }, + { + "url": "https://overflow.fascinated.cc/", + "regions": ["Germany"], + "operators": ["https://fascinated.cc/"] + }, + { + "url": "https://ao.bloat.cat", + "regions": ["Romania"], + "operators": ["https://bloat.cat"] + }, + { + "url": "https://anonoverflow.frontendfriendly.xyz/", + "regions": ["United States"], + "operators": ["https://frontendfriendly.xyz/"] + }, + { + "url": "https://ao.owo.si/", + "regions": ["Germany"], + "operators": ["https://owo.si/"] + }, + { + "url": "https://overflow.datura.network/", + "regions": ["Germany"], + "operators": ["https://datura.network"] + }, + { + "url": "https://overflow.freedit.eu", + "regions": ["United States"], + "operators": ["https://freedit.eu"] + }, + { + "url": "https://ao.ftw.lol", + "regions": ["Germany"], + "operators": ["https://ftw.lol"] + }, + { + "url": "https://anonoverflow.hyperreal.coffee", + "regions": ["United States"], + "operators": ["https://hyperreal.coffee"] + }, + { + "url": "https://overflow.sudovanilla.com", + "regions": ["United States"], + "operators": ["https://sudovanilla.com"] + }, + { + "url": "https://anonymousoverflow.privacyfucking.rocks/", + "regions": ["Germany"], + "operators": ["https://privacyfucking.rocks"] + }, + { + "url": "https://exchange.seitan-ayoub.lol", + "regions": ["Germany"], + "operators": ["https://seitan-ayoub.lol"] + }, + { + "url": "https://overflow.r4fo.com", + "regions": ["The Netherlands"], + "operators": ["https://r4fo.com"] + }, + { + "url": "https://overflow.ducks.party", + "regions": ["The Netherlands"], + "operators": ["https://ducks.party"] + }, + { + "url": "https://ao.ngn.tf", + "regions": ["Turkey"], + "operators": ["https://ngn.tf"] + }, + { + "url": "https://overflow.snine.nl", + "regions": ["The Netherlands"], + "operators": ["https://snine.nl"] + }, + { + "url": "https://anonymousoverflow.privacyredirect.com", + "regions": ["Finland"], + "operators": ["https://privacyredirect.com/"] + }, + { + "url": "https://soflow.nerdvpn.de", + "regions": ["Ukraine"], + "operators": ["https://github.com/Sommerwiesel"] + } + ], + + "onion": [ + { + "url": "http://ao.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion", + "regions": ["United States"], + "admins": ["https://vern.cc"] + }, + { + "url": "http://vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p", + "regions": ["United States"], + "admins": ["https://vern.cc"] + }, + { + "url": "http://overflow.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/", + "regions": ["Germany"], + "admins": ["https://projectsegfau.lt/"] + }, + { + "url": "http://overflow.daturab6drmkhyeia4ch5gvfc2f3wgo6bhjrv3pz6n7kxmvoznlkq4yd.onion/", + "regions": ["Germany"], + "admins": ["https://datura.network"] + }, + { + "url": "http://ao.pk47sgwhncn5cgidm7bofngmh7lc7ukjdpk5bjwfemmyp27ovl25ikyd.onion/", + "regions": ["Germany"], + "admins": ["https://owo.si/"] + }, + { + "url": "http://ay7akchgdh76r4lc62hzd52z6xqoh67loototsetvqxo5o7ngo5q.b32.i2p/", + "regions": ["Germany"], + "admins": ["https://owo.si/"] + }, + { + "url": "http://overflow.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion", + "regions": ["The Netherlands"], + "admins": ["https://r4fo.com"] + } + ] +} From d2521f89f246d07e043a42f088c5103f2f6396a3 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Tue, 11 Jun 2024 01:31:54 -0400 Subject: [PATCH 4/6] feat: i2p section --- instances.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/instances.json b/instances.json index e1c5bdc..1b387d8 100644 --- a/instances.json +++ b/instances.json @@ -133,11 +133,6 @@ "regions": ["United States"], "admins": ["https://vern.cc"] }, - { - "url": "http://vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p", - "regions": ["United States"], - "admins": ["https://vern.cc"] - }, { "url": "http://overflow.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/", "regions": ["Germany"], @@ -153,15 +148,23 @@ "regions": ["Germany"], "admins": ["https://owo.si/"] }, - { - "url": "http://ay7akchgdh76r4lc62hzd52z6xqoh67loototsetvqxo5o7ngo5q.b32.i2p/", - "regions": ["Germany"], - "admins": ["https://owo.si/"] - }, { "url": "http://overflow.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion", "regions": ["The Netherlands"], "admins": ["https://r4fo.com"] } + ], + + "i2p": [ + { + "url": "http://vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p", + "regions": ["United States"], + "admins": ["https://vern.cc"] + }, + { + "url": "http://ay7akchgdh76r4lc62hzd52z6xqoh67loototsetvqxo5o7ngo5q.b32.i2p/", + "regions": ["Germany"], + "admins": ["https://owo.si/"] + } ] } From e43841a92de7a197a84e5cdd8a476dc3d07b4f99 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Tue, 11 Jun 2024 01:38:44 -0400 Subject: [PATCH 5/6] fix: rename to operators --- instances.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/instances.json b/instances.json index 1b387d8..6a2ef11 100644 --- a/instances.json +++ b/instances.json @@ -131,27 +131,27 @@ { "url": "http://ao.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion", "regions": ["United States"], - "admins": ["https://vern.cc"] + "operators": ["https://vern.cc"] }, { "url": "http://overflow.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/", "regions": ["Germany"], - "admins": ["https://projectsegfau.lt/"] + "operators": ["https://projectsegfau.lt/"] }, { "url": "http://overflow.daturab6drmkhyeia4ch5gvfc2f3wgo6bhjrv3pz6n7kxmvoznlkq4yd.onion/", "regions": ["Germany"], - "admins": ["https://datura.network"] + "operators": ["https://datura.network"] }, { "url": "http://ao.pk47sgwhncn5cgidm7bofngmh7lc7ukjdpk5bjwfemmyp27ovl25ikyd.onion/", "regions": ["Germany"], - "admins": ["https://owo.si/"] + "operators": ["https://owo.si/"] }, { "url": "http://overflow.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion", "regions": ["The Netherlands"], - "admins": ["https://r4fo.com"] + "operators": ["https://r4fo.com"] } ], @@ -159,12 +159,12 @@ { "url": "http://vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p", "regions": ["United States"], - "admins": ["https://vern.cc"] + "operators": ["https://vern.cc"] }, { "url": "http://ay7akchgdh76r4lc62hzd52z6xqoh67loototsetvqxo5o7ngo5q.b32.i2p/", "regions": ["Germany"], - "admins": ["https://owo.si/"] + "operators": ["https://owo.si/"] } ] } From 7cdc56c6b7375b661ed39d9d66f8f1753d85315f Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Tue, 11 Jun 2024 01:46:56 -0400 Subject: [PATCH 6/6] docs: ao hub link in readme --- README.md | 44 +++----------------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 9268dad..7296b33 100644 --- a/README.md +++ b/README.md @@ -12,47 +12,9 @@ This project is super lightweight by design. The UI is simple and the frontend i ![Answer](./docs/screenshots/answers_light.webp) -## Clearnet Instances - -| Instance URL | Region | Notes | -| ----------------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------ | -| [code.whatever.social](https://code.whatever.social) | Germany | Operated by [Whatever Social](https://whatever.social) and [http.james](https://httpjames.space) | -| [ao.vern.cc](https://ao.vern.cc) | United States | Operated by [vern.cc](https://vern.cc) | -| [overflow.smnz.de](https://overflow.smnz.de) | Germany | Operated by [smnz.de](https://smnz.de) | -| [overflow.lunar.icu](https://overflow.lunar.icu) | Germany | Operated by [lunar.icu](https://lunar.icu/) | -| [overflow.adminforge.de](https://overflow.adminforge.de/) | Germany | Operated by [adminForge](https://adminforge.de/) | -| [overflow.hostux.net](https://overflow.hostux.net/) | France | Operated by [Hostux](https://hostux.net/) | -| [overflow.projectsegfau.lt](https://overflow.projectsegfau.lt/) | United States, Germany, India | Operated by [Project Segfault](https://projectsegfau.lt/) | -| [code.xbdm.fun](https://code.xbdm.fun) | Germany | Operated by [xbdm.fun](https://xbdm.fun) | -| [overflow.fascinated.cc](https://overflow.fascinated.cc/) | Germany | Operated by [fascinated.cc](https://fascinated.cc/) | -| [ao.bloat.cat](https://ao.bloat.cat) | Romania | Operated by [bloat.cat](https://bloat.cat) | -| [anonoverflow.frontendfriendly.xyz](https://anonoverflow.frontendfriendly.xyz/) | United States | Operated by [frontendfriendly.xyz](https://frontendfriendly.xyz/) | -| [ao.owo.si](https://ao.owo.si/) | Germany | Operated by [owo.si](https://owo.si/) | -| [overflow.datura.network](https://overflow.datura.network/) | Germany | Operated by [datura.network](https://datura.network) | -| [overflow.freedit.eu](overflow.freedit.eu) | United States | Operated by [freedit.eu](https://freedit.eu) | -| [ao.ftw.lol](https://ao.ftw.lol) | Germany | Operated by [ftw.lol](https://ftw.lol) | -| [anonoverflow.hyperreal.coffee](https://anonoverflow.hyperreal.coffee) | United States | Operated by [hyperreal.coffee](https://hyperreal.coffee) | -| [overflow.sudovanilla.com](https://overflow.sudovanilla.com) | United States | Operated by [SudoVanilla](https://sudovanilla.com) | -| [anonymousoverflow.privacyfucking.rocks](https://anonymousoverflow.privacyfucking.rocks/) | Germany | Operated by [privacyfucking.rocks](https://privacyfucking.rocks) | -| [exchange.seitan-ayoub.lol](https://exchange.seitan-ayoub.lol) | Germany | Operated by [Seitan Ayoub](https://seitan-ayoub.lol) | -| [overflow.r4fo.com](https://overflow.r4fo.com) | The Netherlands | Operated by [r4fo.com](https://r4fo.com) | -| [overflow.ducks.party](https://overflow.ducks.party) | The Netherlands | Operated by [ducks.party](https://ducks.party) | -| [ao.ngn.tf](https://ao.ngn.tf) | Turkey | Operated by [ngn](https://ngn.tf) | -| [overflow.snine.nl](https://overflow.snine.nl) | The Netherlands | Operated by [snine](https://snine.nl) | -| [anonymousoverflow.privacyredirect.com](https://anonymousoverflow.privacyredirect.com) | Finland | Operated by [privacyredirect.com](https://privacyredirect.com/) | -| [soflow.nerdvpn.de](https://soflow.nerdvpn.de) | Ukraine | Operated by [Sommerwiesel](https://github.com/Sommerwiesel) | - -## Other Instances - -| Instance URL | Region | Notes | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | --------------------------------------------------------- | -| [ao.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion](http://ao.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion) | United States | Operated by [vern.cc](https://vern.cc) | -| [vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p](http://vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p) | United States | Operated by [vern.cc](https://vern.cc) | -| [overflow.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion](http://overflow.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/) | Germany | Operated by [Project Segfault](https://projectsegfau.lt/) | -| [overflow.daturab6drmkhyeia4ch5gvfc2f3wgo6bhjrv3pz6n7kxmvoznlkq4yd.onion](http://overflow.daturab6drmkhyeia4ch5gvfc2f3wgo6bhjrv3pz6n7kxmvoznlkq4yd.onion/) | Germany | Operated by [datura.network](https://datura.network) | -| [ao.pk47sgwhncn5cgidm7bofngmh7lc7ukjdpk5bjwfemmyp27ovl25ikyd.onion](http://ao.pk47sgwhncn5cgidm7bofngmh7lc7ukjdpk5bjwfemmyp27ovl25ikyd.onion/) | Germany | Operated by [owo.si](https://owo.si/) | -| [ay7akchgdh76r4lc62hzd52z6xqoh67loototsetvqxo5o7ngo5q.b32.i2p](http://ay7akchgdh76r4lc62hzd52z6xqoh67loototsetvqxo5o7ngo5q.b32.i2p/) | Germany | Operated by [owo.si](https://owo.si/) | -| [overflow.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion](http://overflow.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion) | The Netherlands | Operated by [r4fo.com](https://r4fo.com) | +## Instances + +Visit the [AnonymousOverflow Hub](https://aohub.httpjames.space) for a list of instances. ## Why use AnonymousOverflow over StackOverflow?