mirror of
https://github.com/TxtDot/instances.git
synced 2025-03-12 12:54:43 +03:00
remove instances json old format
This commit is contained in:
parent
78572fbe99
commit
3d23107865
3 changed files with 8 additions and 27 deletions
|
@ -1,6 +1,7 @@
|
|||
# Instances of TXTDot proxies
|
||||
|
||||
- <https://txt.dc09.ru>     
|
||||
- <https://txt.bloat.cat>  
|
||||
- <https://txt.clovius.club>  
|
||||
- <https://txtd.lumaeris.com/> 
|
||||
- <https://txt.bloat.cat> (unsupported configuration version)
|
||||
- <https://txt.clovius.club> (unsupported configuration version)
|
||||
- <https://txtd.lumaeris.com/>     
|
||||
|
10
index.js
10
index.js
|
@ -41,16 +41,8 @@ async function run() {
|
|||
"proxy.img_compress"
|
||||
)}`;
|
||||
} catch {
|
||||
return `- <${instance}>`;
|
||||
return `- <${instance}> (unsupported configuration version)`;
|
||||
}
|
||||
} else {
|
||||
return `- <${instance.baseUrl}> ${
|
||||
instance.search ? static("search", "enabled") : ""
|
||||
} ${
|
||||
instance.HTTPS
|
||||
? static("protocol", "https")
|
||||
: static("protocol", "http")
|
||||
}`;
|
||||
}
|
||||
})
|
||||
)
|
||||
|
|
|
@ -1,18 +1,6 @@
|
|||
[
|
||||
"https://txt.dc09.ru",
|
||||
{
|
||||
"baseUrl": "https://txt.bloat.cat",
|
||||
"HTTPS": true,
|
||||
"search": true
|
||||
},
|
||||
{
|
||||
"baseUrl": "https://txt.clovius.club",
|
||||
"HTTPS": true,
|
||||
"search": true
|
||||
},
|
||||
{
|
||||
"baseUrl": "https://txtd.lumaeris.com/",
|
||||
"HTTPS": true,
|
||||
"search": false
|
||||
}
|
||||
"https://txt.bloat.cat",
|
||||
"https://txt.clovius.club",
|
||||
"https://txtd.lumaeris.com/"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue