Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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 @@ -69,6 +69,7 @@ Not all client applications send a HWID header. Here is the list of applications
- [Clash Mi](https://clashmi.app/) - HWID disabled by default
- [Karing](https://karing.app/) - HWID disabled by default
- [Incy](https://incy.cc/)
- [RenoarX](https://github.com/RonnyFX/RenoarX)

## For app developers

Expand Down
15 changes: 15 additions & 0 deletions src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,22 @@ export const CLIENTS: Client[] = [
links: {
website: 'https://incy.cc/'
}
}.
Comment thread
RonnyFX marked this conversation as resolved.
Outdated
{
id: 'renoarx',
name: 'RenoarX',
core: 'xray',
platforms: ['windows'],
description: 'Modern XRay JSON client.',
logo: '/clients/logo/renoar_logo_black.svg',
badges: {
hwid: true
},
downloadLinks: {
windows: 'https://github.com/RonnyFX/RenoarX/releases/latest',
}
}

]

export function getClientsByPlatform(platform: Platform): Client[] {
Expand Down
3 changes: 3 additions & 0 deletions static/clients/logo/renoar_logo_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.