Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( READONLY_vpnIpStart = net.IP{172, 21, 0, 0} READONLY_vpnIpClient = net.IP{172, 21, 0, 1} )
Functions ¶
func RunCmd ¶
func RunCmd(req ServerRunReq)
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) Run ¶
func (s *Server) Run(config ServerRunReq)
type ServerRunReq ¶
Click to show internal directories.
Click to hide internal directories.