1
Fork 0
This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
MinPluto-Frontend/instances.json

36 lines
No EOL
748 B
JSON

[
[
"minpluto.org",
{
"uri": "https://minpluto.org",
"CLOUDFLARE": true,
"analytics": false,
"proxy": true,
"official": true,
"DEFAULT": true,
"region": "🇺🇸",
"software": {
"name": "minpluto",
"version": "latest",
"branch": "main"
}
}
],
[
"randomo.net",
{
"uri": "https://randomo.net",
"CLOUDFLARE": true,
"analytics": "Plausible",
"proxy": true,
"official": false,
"DEFAULT": false,
"region": "🇺🇸",
"software": {
"name": "minpluto",
"version": "latest",
"branch": "main"
}
}
]
]