Compare commits

...

2 Commits

Author SHA1 Message Date
Arya 8a2c4ccc32
add nerdvpn to instancesjson too (closes #34)
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Has been cancelled Details
mozhi pipeline / Build and publish artifacts (push) Has been cancelled Details
2024-04-21 14:35:13 +05:30
Arya 7ed86929ee
Add nerdvpn instance 2024-04-21 14:34:13 +05:30
2 changed files with 13 additions and 0 deletions

View File

@ -74,6 +74,7 @@ These envvars turn off/on engines. By default all of them are enabled.
| [translate.bus-hit.me](https://translate.bus-hit.me) | No | Canada | Oracle |
| [nyc1.mz.ggtyler.dev](https://nyc1.mz.ggtyler.dev) | No | USA | Royale Hosting |
| [translate.projectsegfau.lt](https://translate.projectsegfau.lt) | No | Germany / USA / India | Avoro / Racknerd / Airtel |
| [translate.nerdvpn.de](https://translate.nerdvpn.de) | No | Ukraine | vsys.host |
## Features
- An all mode where the responses of all supported engines will be shown.

View File

@ -16,5 +16,17 @@
"link": "https://nyc1.mz.ggtyler.dev",
"cloudflare": false,
"host": "Royale Hosting"
},
{
"country": "Germany / USA / India",
"link": "https://translate.projectsegfau.lt",
"cloudflare": false,
"host": "Avoro / Racknerd / Airtel"
},
{
"country": "Ukraine",
"link": "https://translate.nerdvpn.de",
"cloudflare": false,
"host": "vsys.host"
}
]