feat(muxterm): WebSocket server with HMAC token auth and PTY relay

This commit is contained in:
Ken
2026-05-28 06:15:05 +00:00
parent 29aabcfd4f
commit 10b57c8f60
6 changed files with 364 additions and 8 deletions
+2
View File
@@ -3,3 +3,5 @@ module github.com/muxplex/muxterm
go 1.22
require github.com/creack/pty v1.1.24
require github.com/gorilla/websocket v1.5.3 // indirect