Add the sovr role and initial frps deployment
This commit is contained in:
parent
29fa447da6
commit
8995e95041
6 changed files with 47 additions and 1 deletions
7
configs/frps/frps.toml
Normal file
7
configs/frps/frps.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# frps.toml
|
||||
auth.method = "token"
|
||||
auth.token = "{{ .Envs.FRP_AUTH_TOKEN }}"
|
||||
bindAddr = "{{ .Envs.FRP_BIND_ADDRESS }}"
|
||||
bindPort = {{ .Envs.FRP_BIND_PORT }}
|
||||
vhostHTTPPort = {{ .Envs.FRP_VHOST_HTTP_PORT }}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue