mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-20 22:54:26 +00:00
- add `kimi server run --allowed-host <host...>` (repeatable or comma-separated; leading dot matches a domain suffix) and thread it through daemon spawn into startServer - merge CLI allowed hosts with KIMI_CODE_ALLOWED_HOSTS for both the HTTP and WebSocket Host checks - include the rejected host and allow guidance in the 403 error message |
||
|---|---|---|
| .. | ||
| auth.ts | ||
| defineRoute.ts | ||
| hostnames.ts | ||
| origin.ts | ||
| rateLimit.ts | ||
| schema.ts | ||
| validate.ts | ||