Skip to content

Commit 577b411

Browse files
authored
docs: Add Incy client (#349)
1 parent 0748cd4 commit 577b411

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

docs/features/hwid-device-limit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Not all client applications send a HWID header. Here is the list of applications
6868
- [Passwall-OpenWRT](https://github.com/Openwrt-Passwall/openwrt-passwall)
6969
- [Clash Mi](https://clashmi.app/) - HWID disabled by default
7070
- [Karing](https://karing.app/) - HWID disabled by default
71+
- [Incy](https://incy.cc/)
7172

7273
## For app developers
7374

src/data/clients.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,24 @@ export const CLIENTS: Client[] = [
531531
links: {
532532
website: 'https://clashmac.app/'
533533
}
534+
},
535+
{
536+
id: 'incy',
537+
name: 'Incy',
538+
core: 'xray',
539+
platforms: ['ios', 'macos'],
540+
description: 'Modern VPN client with VLESS, VMess, Trojan and Shadowsocks support.',
541+
logo: '/clients/logo/incy-dark.svg',
542+
badges: {
543+
hwid: true
544+
},
545+
downloadLinks: {
546+
ios: 'https://apps.apple.com/us/app/incy/id6756943388',
547+
macos: 'https://apps.apple.com/us/app/incy/id6756943388'
548+
},
549+
links: {
550+
website: 'https://incy.cc/'
551+
}
534552
}
535553
]
536554

@@ -550,4 +568,4 @@ export function getPlatformClients() {
550568
macos: getClientsByPlatform('macos'),
551569
linux: getClientsByPlatform('linux')
552570
}
553-
}
571+
}

static/clients/logo/incy-dark.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)