add bloat cat instance

This commit is contained in:
Artemy 2024-01-07 19:14:18 +03:00
parent 6c4bfcc7d2
commit 4b93e55c56
3 changed files with 15 additions and 9 deletions

View file

@ -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")}
`