# Mock frps #3 for forwarding dispatch/enablement testing. # Same auth token as the primary frps so a single frpc worker config works # against any of them; distinct bindPort / vhostHTTPPort so multiple can run # on the same docker network without clashing. bindAddr = "0.0.0.0" bindPort = 7002 auth.method = "token" auth.token = "demo-token" # HTTP virtual host port (for http proxies) vhostHTTPPort = 7082 log.to = "/app/frps.log" log.level = "info" log.maxDays = 3