Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/features/hwid-device-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Not all client applications send a HWID header. Here is the list of applications
- [Passwall-OpenWRT](https://github.com/Openwrt-Passwall/openwrt-passwall)
- [Clash Mi](https://clashmi.app/) - HWID disabled by default
- [Karing](https://karing.app/) - HWID disabled by default
- [Incy](https://incy.cc/)

## For app developers

Expand Down
20 changes: 19 additions & 1 deletion src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,24 @@ export const CLIENTS: Client[] = [
links: {
website: 'https://clashmac.app/'
}
},
{
id: 'incy',
name: 'Incy',
core: 'xray',
platforms: ['ios', 'macos'],
description: 'Modern VPN client with VLESS, VMess, Trojan and Shadowsocks support.',
logo: '/clients/logo/incy-dark.svg',
badges: {
hwid: true
},
downloadLinks: {
ios: 'https://apps.apple.com/us/app/incy/id6756943388',
macos: 'https://apps.apple.com/us/app/incy/id6756943388'
},
links: {
website: 'https://incy.cc/'
}
}
]

Expand All @@ -550,4 +568,4 @@ export function getPlatformClients() {
macos: getClientsByPlatform('macos'),
linux: getClientsByPlatform('linux')
}
}
}
4 changes: 4 additions & 0 deletions static/clients/logo/incy-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.