mirror of
https://github.com/fatedier/frp.git
synced 2025-06-17 09:08:21 +00:00
The client adds displaying the proxy port.
This commit is contained in:
parent
c6f9d8d403
commit
b2c85732d5
@ -165,7 +165,7 @@ func (ctl *Control) handleNewProxyResp(m msg.Message) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
xl.Warnf("[%s] start error: %v", inMsg.ProxyName, err)
|
xl.Warnf("[%s] start error: %v", inMsg.ProxyName, err)
|
||||||
} else {
|
} else {
|
||||||
xl.Infof("[%s] start proxy success", inMsg.ProxyName)
|
xl.Infof("name:[%s] post:[%s] start proxy success", inMsg.ProxyName, inMsg.RemoteAddr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user