mirror of
https://github.com/fatedier/frp.git
synced 2025-07-28 13:50:31 +07:00
Use encryption in frp protocol.
This commit is contained in:
@ -23,8 +23,11 @@ import (
|
||||
"github.com/fatedier/frp/utils/net"
|
||||
)
|
||||
|
||||
// Proxy defines how to work for different proxy type.
|
||||
type Proxy interface {
|
||||
Run()
|
||||
|
||||
// InWorkConn accept work connections registered to server.
|
||||
InWorkConn(conn net.Conn)
|
||||
Close()
|
||||
}
|
||||
|
Reference in New Issue
Block a user