1
0
mirror of https://github.com/fatedier/frp.git synced 2025-07-13 12:19:29 +00:00
This commit is contained in:
fatedier 2017-12-11 22:46:45 +08:00
parent cc160995da
commit 63037f1c65

@ -181,5 +181,5 @@ type NatHoleResp struct {
} }
type NatHoleSid struct { type NatHoleSid struct {
Sid string `json"sid"` Sid string `json:"sid"`
} }