diff --git a/src/data/clients.ts b/src/data/clients.ts index a2dce2d..81f4a62 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -665,8 +665,25 @@ export const CLIENTS: Client[] = [ links: { website: 'https://inhive.ru' } + }, + { + id: 'lumen', + name: 'Lumen KVN', + core: 'xray', + platforms: ['windows'], + description: 'A modern, fast VPN client supporting VLESS, AWG, Hysteria, and many more protocols.', + logo: '/clients/logo/lumen-kvn.png', + githubRepo: 'krambovic/Lumen-KVN', + badges: { + hwid: true + }, + downloadLinks: { + windows: 'https://github.com/krambovic/Lumen-KVN/releases/latest' + }, + links: { + github: 'https://github.com/krambovic/Lumen-KVN' + } } - ] export function getClientsByPlatform(platform: Platform): Client[] { diff --git a/static/clients/logo/lumen-kvn.png b/static/clients/logo/lumen-kvn.png new file mode 100644 index 0000000..9930936 Binary files /dev/null and b/static/clients/logo/lumen-kvn.png differ