67b8b004 / configs /frpc.toml
autoface's picture
first commit
9b205e1
raw
history blame contribute delete
379 Bytes
# 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