Ryan Malloy 58859dba67 JSON Unmarshalling of the Initial Authentication Message, Security and Input Validation, timeout
Authentication:
The module now reads a single JSON message containing both secret and host_port values.

Timeouts:
The Telnet dial uses a 10‑second timeout, and the WebSocket connection is closed after 120 seconds of inactivity. Adjust these values as needed.

Security:
The upgrader currently allows all origins. In a production environment, restrict this by verifying r.Origin.

Error Handling & Goroutine Cleanup:
Each goroutine writes to a buffered error channel so that the first error will cancel the connection. In a more complex scenario, you might use a context with cancellation or a sync.WaitGroup to better manage goroutine lifetimes.
2025-02-10 07:52:13 +00:00
2025-01-07 22:23:10 +00:00
2025-01-07 22:23:21 +00:00
2025-01-07 22:23:21 +00:00
2025-01-07 22:23:21 +00:00
2025-01-07 22:28:16 +00:00
2025-01-07 22:23:21 +00:00

Caddy Module: Websocket/Telnet Proxy

GAIA

Client

Killer UIX

  • AmberCRT
    • Reminiscent of a "Amber Monochrome/Hercules Adaptor"
    • Packard Bell cause my first VGA monitor was one

Commercial Products

Description
Use Caddy to proxy websocket connections to telnet destinations.
Readme 71 KiB
Languages
Go 54.4%
HTML 45.6%