| # Specific configurations are available at: https://gofrp.org/zh-cn/docs/examples/ | |
| # These values will be replaced by environment variables at runtime | |
| serverAddr = "${FRPC_SERVER_ADDR}" | |
| serverPort = ${FRPC_SERVER_PORT} | |
| auth.method = "token" | |
| auth.token = "${FRPC_AUTH_TOKEN}" | |
| # [[proxies]] | |
| # name = "ssh" | |
| # type = "tcp" | |
| # localIP = "127.0.0.1" | |
| # localPort = 22 | |
| # remotePort = 22 |