nixos-systems/configs/frps/frps.toml
Eli Ribble d739394ae2 Specify the bind port directly
It's not a secret, and this will make it possible to use the
address/interface configured in the host configuration.
2025-10-22 18:02:15 +00:00

6 lines
165 B
TOML

# frps.toml
auth.method = "token"
auth.token = "{{ .Envs.FRPS_AUTH_TOKEN }}"
bindPort = {{ .Envs.FRPS_BIND_PORT }}
vhostHTTPPort = {{ .Envs.FRPS_VHOST_HTTP_PORT }}