mirror of
https://github.com/fatedier/frp.git
synced 2025-07-19 20:30:08 +07:00
Use encryption in frp protocol.
This commit is contained in:
@ -165,6 +165,7 @@ func (pxy *UdpProxy) Close() {
|
||||
}
|
||||
|
||||
// HandleUserTcpConnection is used for incoming tcp user connections.
|
||||
// It can be used for tcp, http, https type.
|
||||
func HandleUserTcpConnection(pxy Proxy, userConn net.Conn) {
|
||||
defer userConn.Close()
|
||||
ctl := pxy.GetControl()
|
||||
|
Reference in New Issue
Block a user