Naive — not supported by mihomo
mihomo does not implement the Naive proxy protocol natively. There is no naive entry under adapter/outbound/ or listener/inbound/.
Workaround
For Naive connectivity, use:
- Naive — sing-box — full client and server support.
If you specifically need a mihomo router to use a Naive endpoint as an outbound, run naive-proxy as a sidecar process and reference it from a type: http proxy in your mihomo proxies: list, pointing at the naive-proxy's local listening port.
Why mihomo skipped it
Naive's value proposition (look like browser HTTPS/HTTP3 traffic) is well covered by mihomo's existing options: a VMess/VLESS proxy over WebSocket-TLS or gRPC, optionally with REALITY, achieves similar DPI behavior using protocols mihomo already supports.
