Versions in this module Expand all Collapse all v1 v1.1.1 Jun 7, 2023 Changes in this version + func GetFRPServerPort(host string) (string, error) + func StartFRPCDockerContainer(ipaddress string, port string, Docker *docker.DockerVM) (*docker.DockerVM, error) + func StartFRPClientForServer(ipaddress string, port string, localport string, remoteport string) (string, error) + func StartFRPProxyFromRandom() (int, error) + type Client struct + ClientMappings []ClientMapping + Name string + Server *Server + func (c *Client) StartFRPClient() error + type ClientMapping struct + LocalIP string + LocalPort int + RemotePort int + type Server struct + func (s *Server) StartFRPServer() error