mirror of
https://github.com/TxtDot/instances.git
synced 2024-11-23 13:26:22 +03:00
add artegoser instance
This commit is contained in:
parent
a889432d9e
commit
6c4bfcc7d2
3 changed files with 16 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
||||||
# instances
|
# instances
|
||||||
|
|
||||||
Instances of TXTDot proxies
|
Instances of TXTDot proxies
|
||||||
|
|
||||||
| Name | Base URL | Secure |
|
| Name | Base URL | Secure |
|
||||||
| ------------------------ | --------------------- | ------ |
|
| ---- | -------- | ------ |
|
||||||
| Official TXTDot instance | <https://txt.dc09.ru> | true |
|
| Official TXTDot instance | <https://txt.dc09.ru> | true |
|
||||||
|
| Official TXTDot instance by artegoser | <https://txt.artegoser.ru> | true |
|
||||||
|
|
10
index.js
10
index.js
|
@ -10,9 +10,11 @@ Instances of TXTDot proxies
|
||||||
|
|
||||||
| Name | Base URL | Secure |
|
| Name | Base URL | Secure |
|
||||||
| ---- | -------- | ------ |
|
| ---- | -------- | ------ |
|
||||||
${instances.map(
|
${instances
|
||||||
(instance) =>
|
.map(
|
||||||
`| ${instance.name} | <${instance.baseUrl}> | ${instance.secure} |`
|
(instance) =>
|
||||||
)}
|
`| ${instance.name} | <${instance.baseUrl}> | ${instance.secure} |`
|
||||||
|
)
|
||||||
|
.join("\n")}
|
||||||
`
|
`
|
||||||
);
|
);
|
||||||
|
|
|
@ -3,5 +3,10 @@
|
||||||
"name": "Official TXTDot instance",
|
"name": "Official TXTDot instance",
|
||||||
"baseUrl": "https://txt.dc09.ru",
|
"baseUrl": "https://txt.dc09.ru",
|
||||||
"secure": true
|
"secure": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Official TXTDot instance by artegoser",
|
||||||
|
"baseUrl": "https://txt.artegoser.ru",
|
||||||
|
"secure": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue