ErrLookup › rathole-org/rathole

rathole-org/rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok. · Rust · 18 source files

Analyzed at a292f7ed54 on 2026-09-07. 28 documented errors.

Code / MessageTypeSeverityTags
Service failed the authentication
exception error
No such a service
exception error
failed to connect
panic error
{}
exception error
Heartbeat timed out
exception error
Expect TCP traffic. Please check the configuration.
exception error rust, configuration, tcp, service-type-mismatch
The feature ' ' is not compiled in this binary. Please…
panic error rust, compile-time, feature-flags, build-configuration
Try to run as a client, but the configuration is missing…
validation error
proxy url should have port field
panic error
Unexpected type of hello
exception error rust, network, handshake, protocol
config file should have a parent dir
panic error panic, config, filesystem, watcher
Missing noise config
validation error noise, encryption, config, transport
No available data channels
exception error udp, data-channel, network, pool
Cannot determine running as a server or a client
panic critical rust, configuration, run-mode, cli
Missing websocket config
validation error websocket, config, transport, missing-config
Protocol version mismatched. Expected
exception error rust, network, protocol-version, compatibility
Missing tls config
validation error rustls, tls, config, transport
Neither of the feature
panic error rust, compile-time, feature-flags, build-configuration
Missing `pkcs12` or `pkcs12_password`
validation error config, tls, validation
Expect UDP traffic. Please check the configuration.
exception error rust, configuration, udp, service-type-mismatch
Try to run as a server, but the configuration is missing…
validation error config, toml, server, missing-config
The token of service
validation error rust, configuration, authentication, token
Failed to lookup the host
exception error network, dns, rust
proxy url should have host field
panic error proxy, socks5, panic, url
Unknown proxy scheme
validation error config, proxy, url, validation
Neither of `[server]` or `[client]` is defined
validation error config, rust, validation
Missing TLS configuration
validation error config, tls, validation
missing semicolon
panic error panic, address-format, host-port, parsing