diff --git a/src/data/clients.ts b/src/data/clients.ts index a2dce2d..fb9f1be 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -665,6 +665,20 @@ export const CLIENTS: Client[] = [ links: { website: 'https://inhive.ru' } + }, + { + id: 'tenebra', + name: 'Tenebra', + core: 'singbox', + platforms: ['windows'], + description: 'Open-source VPN client for Windows built on sing-box.', + githubRepo: 'Divaaaan/tenebra', + downloadLinks: { + windows: 'https://github.com/Divaaaan/tenebra/releases/latest' + }, + links: { + github: 'https://github.com/Divaaaan/tenebra' + } } ]