Merge pull request #51 from jamesbrown8532/instances-list-json
Add instances list in JSON format
This commit is contained in:
commit
4dfc2e57a6
@ -38,7 +38,8 @@ The default port is 5555, you can use other ports by setting the `PORT` environm
|
|||||||
| --- | --- |
|
| --- | --- |
|
||||||
| <http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p> | https://vern.cc |
|
| <http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p> | https://vern.cc |
|
||||||
|
|
||||||
For people who might be capable and interested in hosting a public instance feel free to do so, and don't forget to open a pull request, so your instance can be included here.
|
- Instances list in JSON format can be found in [instances.json](instances.json) file.
|
||||||
|
- For people who might be capable and interested in hosting a public instance feel free to do so, and don't forget to open a pull request, so your instance can be included here.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Contributions are welcome.
|
Contributions are welcome.
|
||||||
|
35
instances.json
Normal file
35
instances.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"clearnet": "https://dm.vern.cc/",
|
||||||
|
"tor": "http://dm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/",
|
||||||
|
"i2p": "http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p/",
|
||||||
|
"country": "US",
|
||||||
|
"cdn": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"clearnet": "https://sing.whatever.social/",
|
||||||
|
"country": "US/DE",
|
||||||
|
"cdn": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"clearnet": "https://dumb.lunar.icu/",
|
||||||
|
"country": "DE",
|
||||||
|
"cdn": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"clearnet": "https://dumb.privacydev.net/",
|
||||||
|
"tor": "http://dumb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion/",
|
||||||
|
"country": "FR",
|
||||||
|
"cdn": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"clearnet": "https://dumb.ducks.party/",
|
||||||
|
"country": "NL",
|
||||||
|
"cdn": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"clearnet": "https://dumb.privacyfucking.rocks/",
|
||||||
|
"country": "DE",
|
||||||
|
"cdn": false
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user