Documentation ¶
Index ¶
- func HandleConn(c net.Conn, tunnel C.Tunnel, store auth.AuthStore, ...)
- func ReadRequest(b *bufio.Reader) (req *http.Request, err error)
- type Listener
- func New(addr string, tunnel C.Tunnel, additions ...inbound.Addition) (*Listener, error)
- func NewWithAuthenticate(addr string, tunnel C.Tunnel, authenticate bool, additions ...inbound.Addition) (*Listener, error)
- func NewWithAuthenticator(addr string, tunnel C.Tunnel, store auth.AuthStore, ...) (*Listener, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleConn ¶
Types ¶
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func NewWithAuthenticate ¶
func NewWithAuthenticate(addr string, tunnel C.Tunnel, authenticate bool, additions ...inbound.Addition) (*Listener, error)
NewWithAuthenticate never change type traits because it's used in CMFA
func NewWithAuthenticator ¶ added in v1.18.7
func (*Listener) RawAddress ¶
RawAddress implements C.Listener
Click to show internal directories.
Click to hide internal directories.