ErrLookup › ekzhang/bore
ekzhang/bore
🕳 bore is a simple CLI tool for making tunnels to localhost · Rust · 6 source files
Analyzed at 00a735a899 on 2026-09-08. 7 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| server requires secret, but no secret was provided | exception | error | authentication, network, handshake |
| server error | exception | error | server, network, port-allocation |
| unexpected initial non-hello message | exception | error | protocol, network, unexpected-response |
| expected authentication challenge, but no secret was… | exception | error | authentication, network, handshake, config-mismatch |
| server requires authentication, but no client secret was… | exception | error | authentication, network, missing-secret |
| invalid secret | validation | error | authentication, hmac, secret-mismatch |
| unexpected EOF | exception | error | network, eof, connection |