mirror of
https://github.com/TxtDot/instances.git
synced 2024-11-21 12:26:22 +03:00
add clovius club
This commit is contained in:
parent
7c665816a4
commit
1b288f24eb
3 changed files with 17 additions and 10 deletions
11
README.md
11
README.md
|
@ -2,8 +2,9 @@
|
|||
|
||||
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 |
|
||||
| Name | Base URL | Search | Connection |
|
||||
| ------------ | -------------------------- | ------- | ---------- |
|
||||
| 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 |
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue