mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-05 08:01:47 +00:00
feat: salamander obfs
This commit is contained in:
@@ -159,6 +159,7 @@ func (s *Server) handleConnect(conn net.Conn, req *http.Request) {
|
||||
rConn, err := s.HyClient.DialTCP(reqAddr)
|
||||
if err != nil {
|
||||
_ = sendSimpleResponse(conn, req, http.StatusBadGateway)
|
||||
closeErr = err
|
||||
return
|
||||
}
|
||||
defer rConn.Close()
|
||||
|
Reference in New Issue
Block a user