Browse Source

chore: add rd.thirtysix.pw instance

Zubarev Grigoriy 7 months ago
parent
commit
796401cbcf
2 changed files with 25 additions and 16 deletions
  1. 5 4
      README.md
  2. 20 12
      instances.json

+ 5 - 4
README.md

@@ -6,10 +6,11 @@ Privacy-respecting, NoJS-supporting Urban Dictionary frontend.
 
 ## 🌐 Instances
 
-| URL                                                                                                                                                                                 | Country | Owner name | Owner Website       |
-|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|------------|---------------------|
-| <https://rd.vern.cc> + [Tor](http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion) + [I2P](http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p) | US      | ~vern      | <https://vern.cc>   |
-| <https://rd.bloat.cat>                                                                                                                                                              | RO      | bloatcat   | <https://bloat.cat> |
+| URL                                                                                                                                                                                 | Country | Owner name | Owner Website          |
+|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|------------|------------------------|
+| <https://rd.vern.cc> + [Tor](http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion) + [I2P](http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p) | US      | ~vern      | <https://vern.cc>      |
+| <https://rd.bloat.cat>                                                                                                                                                              | RO      | bloatcat   | <https://bloat.cat>    |
+| <https://rd.thirtysix.pw>                                                                                                                                                           | NL      | thirtysix  | <https://thirtysix.pw> |
 
 ## ✨ Features
 

+ 20 - 12
instances.json

@@ -1,18 +1,26 @@
 [
     {
-	"clearnet": "https://rd.vern.cc",
-	"tor": "http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion",
-	"i2p": "http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p",
-	"country": "US",
-	"owner_name": "~vern",
-	"owner_website": "https://vern.cc"
+        "clearnet": "https://rd.vern.cc",
+        "tor": "http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion",
+        "i2p": "http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p",
+        "country": "US",
+        "owner_name": "~vern",
+        "owner_website": "https://vern.cc"
     },
     {
-	"clearnet": "https://rd.bloat.cat",
-	"tor": null,
-	"i2p": null,
-	"country": "RO",
-	"owner_name": "bloatcat",
-	"owner_website": "https://bloat.cat"
+        "clearnet": "https://rd.bloat.cat",
+        "tor": null,
+        "i2p": null,
+        "country": "RO",
+        "owner_name": "bloatcat",
+        "owner_website": "https://bloat.cat"
+    },
+    {
+        "clearnet": "https://rd.thirtysix.pw",
+        "tor": null,
+        "i2p": null,
+        "country": "NL",
+        "owner_name": "thirtysix",
+        "owner_website": "https://thirtysix.pw"
     }
 ]