mirror of
https://github.com/TxtDot/instances.git
synced 2025-03-13 05:14:44 +03:00
add bloat cat instance
This commit is contained in:
parent
6c4bfcc7d2
commit
4b93e55c56
3 changed files with 15 additions and 9 deletions
4
index.js
4
index.js
|
@ -8,12 +8,12 @@ fs.writeFileSync(
|
|||
|
||||
Instances of TXTDot proxies
|
||||
|
||||
| Name | Base URL | Secure |
|
||||
| Name | Base URL | HTTPS |
|
||||
| ---- | -------- | ------ |
|
||||
${instances
|
||||
.map(
|
||||
(instance) =>
|
||||
`| ${instance.name} | <${instance.baseUrl}> | ${instance.secure} |`
|
||||
`| ${instance.name} | <${instance.baseUrl}> | ${instance.HTTPS} |`
|
||||
)
|
||||
.join("\n")}
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue