mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-07-13 07:18:22 +00:00

In this pull request I made few modifications to instances.json file to make it more friendly to any scripts that will be using it as a source of instances in future: * I added protocol to all URLs. Most scripts expect URLs to already have protocol and lack of it may cause minor issues. * I turned instances.json from array of strings into array of objects. It makes the list more organized and it would be easier to add or remove instances in future. Reviewed-on: https://codeberg.org/video-prize-ranch/rimgo/pulls/39 Co-authored-by: tcdu7ni4i6y2mq2a <tcdu7ni4i6y2mq2a@noreply.codeberg.org> Co-committed-by: tcdu7ni4i6y2mq2a <tcdu7ni4i6y2mq2a@noreply.codeberg.org>
92 lines
1.7 KiB
JSON
92 lines
1.7 KiB
JSON
[
|
|
{
|
|
"url": "https://i.bcow.xyz",
|
|
"countries": [
|
|
"ca",
|
|
"nl",
|
|
"sg"
|
|
],
|
|
"cloudflare": false
|
|
},
|
|
{
|
|
"url": "https://rimgo.pussthecat.org",
|
|
"countries": [
|
|
"de"
|
|
],
|
|
"cloudflare": false
|
|
},
|
|
{
|
|
"url": "https://img.riverside.rocks",
|
|
"onion": "http://jx3dpcwedpzu2mh54obk5gvl64i2ln7pt5mrzd75s4jnndkqwzaim7ad.onion",
|
|
"countries": [
|
|
"us"
|
|
],
|
|
"cloudflare": false
|
|
},
|
|
{
|
|
"url": "rimgo.totaldarkness.net",
|
|
"countries": [
|
|
"ca"
|
|
],
|
|
"cloudflare": false
|
|
},
|
|
{
|
|
"url": "https://rimgo.bus-hit.me",
|
|
"countries": [
|
|
"ca"
|
|
],
|
|
"cloudflare": false
|
|
},
|
|
{
|
|
"url": "https://rimgo.esmailelbob.xyz",
|
|
"onion": "http://rimgo.lqs5fjmajyp7rvp4qvyubwofzi6d4imua7vs237rkc4m5qogitqwrgyd.onion",
|
|
"countries": [
|
|
"ca"
|
|
],
|
|
"cloudflare": false
|
|
},
|
|
{
|
|
"url": "https://rimgo.lunar.icu",
|
|
"countries": [
|
|
"de"
|
|
],
|
|
"cloudflare": true
|
|
},
|
|
{
|
|
"url": "https://i.actionsack.com",
|
|
"countries": [
|
|
"us"
|
|
],
|
|
"cloudflare": true
|
|
},
|
|
{
|
|
"url": "https://rimgo.privacydev.net",
|
|
"countries": [
|
|
"us"
|
|
],
|
|
"cloudflare": false
|
|
},
|
|
{
|
|
"url": "https://imgur.artemislena.eu",
|
|
"countries": [
|
|
"de"
|
|
],
|
|
"cloudflare": false
|
|
},
|
|
{
|
|
"url": "https://rimgo.vern.cc",
|
|
"onion": "http://rimgo.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion",
|
|
"countries": [
|
|
"ca"
|
|
],
|
|
"cloudflare": true
|
|
},
|
|
{
|
|
"onion": "http://be7udfhmnzqyt7cxysg6c4pbawarvaofjjywp35nhd5qamewdfxl6sid.onion",
|
|
"i2p": "http://xazdnfgtzmcbcxhmcbbvr4uodd6jtn4fdiayasghywdn227xsmoa.b32.i2p",
|
|
"countries": [
|
|
"au"
|
|
],
|
|
"cloudflare": false
|
|
}
|
|
] |