mirror of
https://github.com/TxtDot/instances.git
synced 2025-03-13 05:14:44 +03:00
feat: search param
This commit is contained in:
parent
4b93e55c56
commit
7c665816a4
3 changed files with 16 additions and 11 deletions
8
index.js
8
index.js
|
@ -8,12 +8,14 @@ fs.writeFileSync(
|
|||
|
||||
Instances of TXTDot proxies
|
||||
|
||||
| Name | Base URL | HTTPS |
|
||||
| ---- | -------- | ------ |
|
||||
| Name | Base URL | Search | Connection |
|
||||
| ---- | -------- | ------ | ---------- |
|
||||
${instances
|
||||
.map(
|
||||
(instance) =>
|
||||
`| ${instance.name} | <${instance.baseUrl}> | ${instance.HTTPS} |`
|
||||
`| ${instance.name} | <${instance.baseUrl}> | ${
|
||||
instance.search ? "enabled" : ""
|
||||
} | ${instance.HTTPS ? "https" : "http"} |`
|
||||
)
|
||||
.join("\n")}
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue