From 9c427e11f9c624c1e372721929be048f1644b64a Mon Sep 17 00:00:00 2001 From: vlnst Date: Fri, 19 May 2023 23:59:44 +0300 Subject: [PATCH] Add bloatcat instance --- README.org | 1 + instances.json | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 121f4bd..4fcd2a1 100644 --- a/README.org +++ b/README.org @@ -7,6 +7,7 @@ We're rural, not urban. A privacy respecting urban dictionary client, powered by | URL | Country | Ownername | Owner Website | |--------------------+---------+-----------+-----------------| | https://rd.vern.cc + [[http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion][Tor]] + [[http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p][I2P]] | US | ~vern | https://vern.cc | +| https://rd.bloatcat.tk | IS | bloatcat | https://bloatcat.tk | * About Rural Dictionary scrapes urban dictionary for data and then displays it in html. diff --git a/instances.json b/instances.json index 99b9e54..956fc41 100644 --- a/instances.json +++ b/instances.json @@ -6,5 +6,13 @@ "country": "US", "owner_name": "~vern", "owner_website": "https://vern.cc" - } + }, + { + "clearnet": "https://rd.bloatcat.tk", + "tor": null, + "i2p": null, + "country": "IS", + "owner_name": "bloatcat", + "owner_website": "https://bloatcat.tk" + } ]