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.
This commit is contained in:
Eli Ribble 2025-10-14 03:16:15 +00:00
parent 010cabfe14
commit d739394ae2
2 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,6 @@
# frps.toml
auth.method = "token"
auth.token = "{{ .Envs.FRPS_AUTH_TOKEN }}"
bindAddr = "{{ .Envs.FRPS_BIND_ADDRESS }}"
bindPort = {{ .Envs.FRPS_BIND_PORT }}
vhostHTTPPort = {{ .Envs.FRPS_VHOST_HTTP_PORT }}