From f36001186e7afcb34e0c890517107ed99ab733c6 Mon Sep 17 00:00:00 2001 From: "dane.is.extraordinarily.cool" Date: Tue, 11 Nov 2025 13:07:03 -0500 Subject: [PATCH] add dane's plc instance --- src/instances.json | 75 ++++++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 35 deletions(-) diff --git a/src/instances.json b/src/instances.json index 7c6bf73..0dc1ab8 100644 --- a/src/instances.json +++ b/src/instances.json @@ -1,37 +1,42 @@ [ - { - "url": "https://plcbundle.atscan.net", - "country": "AT", - "maintainer": "@tree.fail" - }, - { - "url": "https://plcbundle2.atscan.net", - "country": "CZ", - "maintainer": "@tree.fail" - }, - { - "url": "https://plcbundle3.atscan.net", - "country": "CZ", - "maintainer": "@tree.fail" - }, - { - "url": "https://plc.j4ck.xyz" - }, - { - "url": "https://plc.indexx.dev" - }, - { - "url": "https://plc.nyxt.dev" - }, - { - "url": "https://plc.madebydanny.uk" - }, - { - "url": "https://plc.tartarus.us" - }, - { - "url": "https://plcbundle.snek.cc", - "country": "US", - "maintainer": "@jackvalinsky.com" - } + { + "url": "https://plcbundle.atscan.net", + "country": "AT", + "maintainer": "@tree.fail" + }, + { + "url": "https://plcbundle2.atscan.net", + "country": "CZ", + "maintainer": "@tree.fail" + }, + { + "url": "https://plcbundle3.atscan.net", + "country": "CZ", + "maintainer": "@tree.fail" + }, + { + "url": "https://plc.j4ck.xyz" + }, + { + "url": "https://plc.indexx.dev" + }, + { + "url": "https://plc.nyxt.dev" + }, + { + "url": "https://plc.madebydanny.uk" + }, + { + "url": "https://plc.tartarus.us" + }, + { + "url": "https://plcbundle.snek.cc", + "country": "US", + "maintainer": "@jackvalinsky.com" + }, + { + "url": "https://plc.dane.computer", + "country": "CA", + "maintainer": "@dane.is.extraordinarily.cool" + } ] -- 2.43.0