staging #77

Merged
bagas merged 48 commits from staging into main 2026-01-27 18:08:36 +07:00
Showing only changes of commit 8b84373036 - Show all commits
+1 -1
View File
@@ -126,7 +126,7 @@ func (s *session) Start() error {
} }
if s.shouldRejectUnauthorized() { if s.shouldRejectUnauthorized() {
return s.denyForwardingRequest(tcpipReq, nil, nil, fmt.Sprintf("headless forwarding only allowed on node mode")) return s.denyForwardingRequest(tcpipReq, nil, nil, "headless forwarding only allowed on node mode")
} }
if err := s.HandleTCPIPForward(tcpipReq); err != nil { if err := s.HandleTCPIPForward(tcpipReq); err != nil {