mirror of
https://github.com/TxtDot/instances.git
synced 2024-11-21 12:26:22 +03:00
remove artegoser and fix formatting
This commit is contained in:
parent
0e28ca6130
commit
715e43f626
3 changed files with 4 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# Instances of TXTDot proxies
|
||||
|
||||
- <https://txt.dc09.ru> ![search](https://img.shields.io/badge/search-enabled-blue) ![protocol](https://img.shields.io/badge/protocol-https-blue)
|
||||
- <https://txt.artegoser.ru> ![search](https://img.shields.io/badge/search-enabled-blue) ![protocol](https://img.shields.io/badge/protocol-https-blue)
|
||||
- <https://txt.bloat.cat> ![search](https://img.shields.io/badge/search-enabled-blue) ![protocol](https://img.shields.io/badge/protocol-https-blue)
|
||||
- <https://txt.clovius.club> ![search](https://img.shields.io/badge/search-enabled-blue) ![protocol](https://img.shields.io/badge/protocol-https-blue)
|
||||
- <https://txtd.lumaeris.com/> ![protocol](https://img.shields.io/badge/protocol-https-blue)
|
||||
|
3
index.js
3
index.js
|
@ -15,8 +15,7 @@ function static(label, text) {
|
|||
async function run() {
|
||||
fs.writeFileSync(
|
||||
"README.md",
|
||||
`# Instances of TXTDot proxies
|
||||
\r${(
|
||||
`# Instances of TXTDot proxies\n\n${(
|
||||
await Promise.all(
|
||||
instances.map(async (instance) => {
|
||||
if (typeof instance === "string") {
|
||||
|
|
|
@ -4,11 +4,6 @@
|
|||
"HTTPS": true,
|
||||
"search": true
|
||||
},
|
||||
{
|
||||
"baseUrl": "https://txt.artegoser.ru",
|
||||
"HTTPS": true,
|
||||
"search": true
|
||||
},
|
||||
{
|
||||
"baseUrl": "https://txt.bloat.cat",
|
||||
"HTTPS": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue