add clovius club

This commit is contained in:
Artemy 2024-04-30 13:06:42 +03:00
parent 7c665816a4
commit 1b288f24eb
3 changed files with 17 additions and 10 deletions

View file

@ -3,7 +3,8 @@
Instances of TXTDot proxies
| Name | Base URL | Search | Connection |
| ------------------------------------- | -------------------------- | ------- | ---------- |
| Official TXTDot instance | <https://txt.dc09.ru> | | https |
| Official TXTDot instance by artegoser | <https://txt.artegoser.ru> | enabled | https |
| Instance by bloatcat | <https://txt.bloat.cat> | | https |
| ------------ | -------------------------- | ------- | ---------- |
| Official 1 | <https://txt.dc09.ru> | enabled | https |
| Official 2 | <https://txt.artegoser.ru> | enabled | https |
| Bloatcat | <https://txt.bloat.cat> | | https |
| Clovius club | <https://txt.clovius.club> | enabled | https |

View file

@ -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
}
]

View file

@ -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 <me@artegoser.ru> blog.artegoser.ru",