mirror of
https://github.com/TxtDot/instances.git
synced 2024-11-21 20:36:23 +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
|
# 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.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.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://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)
|
- <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() {
|
async function run() {
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
"README.md",
|
"README.md",
|
||||||
`# Instances of TXTDot proxies
|
`# Instances of TXTDot proxies\n\n${(
|
||||||
\r${(
|
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
instances.map(async (instance) => {
|
instances.map(async (instance) => {
|
||||||
if (typeof instance === "string") {
|
if (typeof instance === "string") {
|
||||||
|
|
|
@ -4,12 +4,7 @@
|
||||||
"HTTPS": true,
|
"HTTPS": true,
|
||||||
"search": true
|
"search": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"baseUrl": "https://txt.artegoser.ru",
|
|
||||||
"HTTPS": true,
|
|
||||||
"search": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"baseUrl": "https://txt.bloat.cat",
|
"baseUrl": "https://txt.bloat.cat",
|
||||||
"HTTPS": true,
|
"HTTPS": true,
|
||||||
"search": true
|
"search": true
|
||||||
|
|
Loading…
Add table
Reference in a new issue