Browse Source

add rd.cmc.pub instance

Christian Cleberg 5 days ago
parent
commit
7635683df5
2 changed files with 9 additions and 0 deletions
  1. 1 0
      README.md
  2. 8 0
      instances.json

+ 1 - 0
README.md

@@ -11,6 +11,7 @@ Privacy-respecting, NoJS-supporting Urban Dictionary frontend.
 | <https://rd.vern.cc> + [Tor](http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion) + [I2P](http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p) | US      | ~vern      | <https://vern.cc>      |
 | <https://rd.bloat.cat>                                                                                                                                                              | DE      | bloatcat   | <https://bloat.cat>    |
 | <https://rd.thirtysix.pw>                                                                                                                                                           | NL      | thirtysix  | <https://thirtysix.pw> |
+| <https://rd.cmc.pub>                                                                                                                                                                | US      | ~cmc       | <https://cmc.pub>      |
 
 ## ✨ Features
 

+ 8 - 0
instances.json

@@ -22,5 +22,13 @@
         "country": "NL",
         "owner_name": "thirtysix",
         "owner_website": "https://thirtysix.pw"
+    },
+    {
+        "clearnet": "https://rd.cmc.pub",
+        "tor": null,
+        "i2p": null,
+        "country": "US",
+        "owner_name": "~cmc",
+        "owner_website": "https://cmc.pub"
     }
 ]