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:
parent
010cabfe14
commit
d739394ae2
2 changed files with 8 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue