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
|
Instances of TXTDot proxies
|
||||||
|
|
||||||
| Name | Base URL | Search | Connection |
|
| Name | Base URL | Search | Connection |
|
||||||
| ------------------------------------- | -------------------------- | ------- | ---------- |
|
| ------------ | -------------------------- | ------- | ---------- |
|
||||||
| Official TXTDot instance | <https://txt.dc09.ru> | | https |
|
| Official 1 | <https://txt.dc09.ru> | enabled | https |
|
||||||
| Official TXTDot instance by artegoser | <https://txt.artegoser.ru> | enabled | https |
|
| Official 2 | <https://txt.artegoser.ru> | enabled | https |
|
||||||
| Instance by bloatcat | <https://txt.bloat.cat> | | 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",
|
"baseUrl": "https://txt.dc09.ru",
|
||||||
"HTTPS": true,
|
"HTTPS": true,
|
||||||
"search": false
|
"search": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Official TXTDot instance by artegoser",
|
"name": "Official 2",
|
||||||
"baseUrl": "https://txt.artegoser.ru",
|
"baseUrl": "https://txt.artegoser.ru",
|
||||||
"HTTPS": true,
|
"HTTPS": true,
|
||||||
"search": true
|
"search": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Instance by bloatcat",
|
"name": "Bloatcat",
|
||||||
"baseUrl": "https://txt.bloat.cat",
|
"baseUrl": "https://txt.bloat.cat",
|
||||||
"HTTPS": true,
|
"HTTPS": true,
|
||||||
"search": false
|
"search": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Clovius club",
|
||||||
|
"baseUrl": "https://txt.clovius.club",
|
||||||
|
"HTTPS": true,
|
||||||
|
"search": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build": "node index.js"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "artegoser <me@artegoser.ru> blog.artegoser.ru",
|
"author": "artegoser <me@artegoser.ru> blog.artegoser.ru",
|
||||||
|
|
Loading…
Add table
Reference in a new issue