mirror of
https://github.com/fatedier/frp.git
synced 2026-03-21 01:09:27 +08: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