mirror of
https://github.com/TxtDot/instances.git
synced 2025-03-13 05:14:44 +03:00
add artegoser instance
This commit is contained in:
parent
a889432d9e
commit
6c4bfcc7d2
3 changed files with 16 additions and 8 deletions
10
index.js
10
index.js
|
@ -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")}
|
||||
`
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue