cents/deploy/frp/frps.example.toml

10 lines
256 B
TOML

# Copy this to the public VPS and adapt it for frps.
bindPort = 7000
vhostHTTPPort = 80
vhostHTTPSPort = 443
# If your frps requires authentication, configure it on both frps and frpc.
# auth.method = "token"
# auth.token = "replace-with-a-secret-token"