Documentation
¶
Index ¶
- Variables
- func NlaAuth(host, domain, user, password string, timeout int64) (bool, error)
- func Socks5Dailer(forward *net.Dialer) (proxy.Dialer, error)
- func WrapperTCP(network, address string, forward *net.Dialer) (net.Conn, error)
- func WrapperTcpWithTimeout(network, address string, timeout time.Duration) (net.Conn, error)
- type Client
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Client ¶
type Client struct {
Host string // ip:port
// contains filtered or unexported fields
}
func (*Client) NlaAuthOnly ¶
NlaAuthOnly 仅进行NLA认证验证凭据,不建立RDP会话 这样不会挤掉已登录的用户
Click to show internal directories.
Click to hide internal directories.