frps.toml frps_full_example.toml doc dockerfiles hack pkg server test web .gitignore .golangci.yml .goreleaser.yml LICENSE Makefile Makefile.cross-compiles README.md README_zh.md Release.md go.mod go.sum package.sh Breadcrumbs frp
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80" # For single serverAddr field, no need square brackets, like serverAddr = "::". serverAddr = "0.0.0.0" serverPort = 7000 # STUN server to help penetrate NAT hole. # natHoleStunServer =...
ifconfig-pool-persist ipp.txt push "route 172.16.2.0 255.255.255.0" ;client-config-dir ccd push "dhcp-option DNS 223.5.5.5" push "dhcp-option DNS 223.6.6.6" client-to-client keepalive 10 120 tls-auth ./certs/ta.key 0 # This file is secret cipher AES-256-GCM ;comp-lzo compress lzo...
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80" # IPv6 的文字地址或主机名必须括在方括号中,如“[::1]:80”、“[ipv6-host]:http” 或“[ipv6-host%zone]:80” # For single "bindAddr" field, no need square brackets, like `bindAddr =...
# route requests to this service if http basic auto user is abc # route_by_http_user = abc host_header_rewrite = example.com # params with prefix "header_" will be used to update http request headers header_X-From-Where = frp
# your proxy name will be changed to {user}.{proxy} user = "your_name" # A literal address or host name for IPv6 must be enclosed # in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80" # For single serverAddr field, no need square ...
// Re-route calloc/free to the FreeRTOS's functions, don't use stdlib static inline void *mg_calloc(size_t cnt, size_t size) { void *p = pvPortMalloc(cnt * size); if (p != NULL) memset(p, 0, size * cnt); return p; } #define mkdir(a, b) mg_mkdir(a, b) ...
frps.toml frps_full_example.toml doc dockerfiles hack pkg server test web .gitignore .golangci.yml .goreleaser.yml LICENSE Makefile Makefile.cross-compiles README.md README_zh.md Release.md go.mod go.sum package.sh Breadcrumbs frp
# route requests to this service if http basic auto user is abc # routeByHTTPUser = abc hostHeaderRewrite = "example.com" requestHeaders.set.x-from-where = "frp" responseHeaders.set.foo = "bar" healthCheck.type = "http" # frpc will send a GET http request '/status' to local http...
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80" # For single serverAddr field, no need square brackets, like serverAddr = "::".serverAddr = "0.0.0.0" serverPort = 7000 # STUN server to help penetrate NAT hole.#...