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

53 lines
1 KiB
JSON
Raw Normal View History

2024-07-11 16:14:05 -05:00
[
2024-07-11 17:06:38 -05:00
[
"minpluto.org",
{
"uri": "https://minpluto.org",
"CLOUDFLARE": true,
"analytics": false,
"proxy": true,
"official": true,
"DEFAULT": true,
"region": "🇺🇸",
"software": {
"name": "minpluto",
"version": "latest",
"branch": "main"
2024-07-11 16:14:05 -05:00
}
2024-07-11 17:06:38 -05:00
}
],
[
"neptune.minpluto.org",
{
"uri": "https://neptune.minpluto.org",
"CLOUDFLARE": true,
"analytics": false,
"proxy": true,
"official": true,
"DEFAULT": false,
"region": "🇺🇸",
"software": {
"name": "minpluto",
"version": "latest",
"branch": "main"
2024-07-11 16:14:05 -05:00
}
2024-07-11 17:06:38 -05:00
}
],
[
"caturn.minpluto.org",
{
"uri": "https://caturn.minpluto.org",
"CLOUDFLARE": true,
"analytics": false,
"proxy": true,
"official": true,
"DEFAULT": false,
"region": "🇺🇸",
"software": {
"name": "minpluto",
"version": "latest",
"branch": "main"
}
}
]
2024-07-11 16:14:05 -05:00
]