It's not a secret, and this will make it possible to use the address/interface configured in the host configuration.
6 lines
165 B
TOML
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 }}
|
|
|