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:
renovate[bot]
2024-10-18 12:06:52 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent cd188fc3b9
commit 74757d0214
5 changed files with 1 additions and 1 deletions
+16
View File
@@ -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"