mirror of
https://github.com/fatedier/frp.git
synced 2025-07-14 01:42:21 +07:00
add remoteAddr in NewProxyResp message
This commit is contained in:
@ -119,8 +119,9 @@ type NewProxy struct {
|
||||
}
|
||||
|
||||
type NewProxyResp struct {
|
||||
ProxyName string `json:"proxy_name"`
|
||||
Error string `json:"error"`
|
||||
ProxyName string `json:"proxy_name"`
|
||||
RemoteAddr string `json:"remote_addr"`
|
||||
Error string `json:"error"`
|
||||
}
|
||||
|
||||
type CloseProxy struct {
|
||||
|
Reference in New Issue
Block a user