mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修正远端不返回数据的问题
This commit is contained in:
@@ -97,6 +97,7 @@ func (h *Handler) handleConnectReq(data *network.ControlData) {
|
||||
rep.Ok = true
|
||||
rep.LocalCid = cid
|
||||
connectResponse(h.ctl, rep, data.GetTo(), data.GetFrom())
|
||||
go tn.ForwardLocal(h.fwd)
|
||||
}
|
||||
|
||||
func (h *Handler) handleConnectRep(data *network.ControlData) {
|
||||
|
||||
Reference in New Issue
Block a user