From 1b288f24eb58b6675967f97999e59d8fd13ea345 Mon Sep 17 00:00:00 2001 From: Artemy Date: Tue, 30 Apr 2024 13:06:42 +0300 Subject: [PATCH] add clovius club --- README.md | 11 ++++++----- instances.json | 14 ++++++++++---- package.json | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 90b0ae1..5a9c832 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Instances of TXTDot proxies -| Name | Base URL | Search | Connection | -| ------------------------------------- | -------------------------- | ------- | ---------- | -| Official TXTDot instance | | | https | -| Official TXTDot instance by artegoser | | enabled | https | -| Instance by bloatcat | | | https | +| Name | Base URL | Search | Connection | +| ------------ | -------------------------- | ------- | ---------- | +| Official 1 | | enabled | https | +| Official 2 | | enabled | https | +| Bloatcat | | | https | +| Clovius club | | enabled | https | diff --git a/instances.json b/instances.json index ab29330..16a6dda 100644 --- a/instances.json +++ b/instances.json @@ -1,20 +1,26 @@ [ { - "name": "Official TXTDot instance", + "name": "Official 1", "baseUrl": "https://txt.dc09.ru", "HTTPS": true, - "search": false + "search": true }, { - "name": "Official TXTDot instance by artegoser", + "name": "Official 2", "baseUrl": "https://txt.artegoser.ru", "HTTPS": true, "search": true }, { - "name": "Instance by bloatcat", + "name": "Bloatcat", "baseUrl": "https://txt.bloat.cat", "HTTPS": true, "search": false + }, + { + "name": "Clovius club", + "baseUrl": "https://txt.clovius.club", + "HTTPS": true, + "search": true } ] diff --git a/package.json b/package.json index 1e655d4..f1889ca 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "private": true, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "node index.js" }, "keywords": [], "author": "artegoser blog.artegoser.ru",