add artegoser instance

This commit is contained in:
Artemy 2023-09-11 11:44:24 +03:00
parent a889432d9e
commit 6c4bfcc7d2
3 changed files with 16 additions and 8 deletions

View file

@ -10,9 +10,11 @@ Instances of TXTDot proxies
| Name | Base URL | Secure |
| ---- | -------- | ------ |
${instances.map(
(instance) =>
`| ${instance.name} | <${instance.baseUrl}> | ${instance.secure} |`
)}
${instances
.map(
(instance) =>
`| ${instance.name} | <${instance.baseUrl}> | ${instance.secure} |`
)
.join("\n")}
`
);