mirror of
https://github.com/fatedier/frp.git
synced 2025-07-23 06:09:43 +07:00
support proxy protocol in unix_domain_socket
This commit is contained in:
@ -46,7 +46,7 @@ func Create(name string, params map[string]string) (p Plugin, err error) {
|
||||
|
||||
type Plugin interface {
|
||||
Name() string
|
||||
Handle(conn io.ReadWriteCloser, realConn frpNet.Conn)
|
||||
Handle(conn io.ReadWriteCloser, realConn frpNet.Conn, extraBufToLocal []byte)
|
||||
Close() error
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user