Documentation ¶
Index ¶
Constants ¶
View Source
const ( TestString = "frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet." DefaultTimeout = 2 * time.Second )
Variables ¶
View Source
var ( PortServerName string PortClientAdmin string DefaultServerConfig = ` [common] bind_port = {{ .%s }} log_level = trace ` DefaultClientConfig = ` [common] server_addr = 127.0.0.1 server_port = {{ .%s }} log_level = trace ` )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.