mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update snowdreamtech/frpc docker tag to v0.61.0 (#2322)
* chore(deps): update snowdreamtech/frpc docker tag to v0.61.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
cd188fc3b9
commit
74757d0214
@@ -0,0 +1,16 @@
|
||||
serverAddr = "0.0.0.0"
|
||||
serverPort = 7000
|
||||
|
||||
auth.method = "token"
|
||||
auth.token = "token123456"
|
||||
|
||||
webServer.addr = "0.0.0.0"
|
||||
webServer.port = 40001
|
||||
webServer.user = "admin"
|
||||
webServer.password = "password123456"
|
||||
webServer.pprofEnable = false
|
||||
|
||||
# tls
|
||||
#transport.tls.certFile = "/etc/frp/ssl/client.crt"
|
||||
#transport.tls.keyFile = "/etc/frp/ssl/client.key"
|
||||
#transport.tls.trustedCaFile = "/etc/frp/ssl/ca.crt"
|
||||
Reference in New Issue
Block a user