feat: Per-client sessions, app blacklist, robustness rework

This commit is contained in:
2026-07-12 14:28:46 +07:00
parent 4674142f52
commit 7ea3354bf6
11 changed files with 688 additions and 230 deletions
+1
View File
@@ -2,6 +2,7 @@ import { PosixPlatform } from './posix'
import { UnsupportedPlatform } from './unsupported'
import type { RelayPlatform } from './types'
export { MAX_SOCKETS } from './types'
export type { ClaimedSocket, ProcessInfo, RelayPlatform } from './types'
export const platform: RelayPlatform =