Initial: Caddy + FRP Server (WSS) + Chisel Server

This commit is contained in:
sascha 2026-04-09 22:01:00 +02:00
commit 00a5904999
5 changed files with 78 additions and 0 deletions

14
frps.toml Normal file
View file

@ -0,0 +1,14 @@
bindPort = 7000
auth.method = "token"
auth.token = "pfannkuchen-test-2026"
webServer.addr = "0.0.0.0"
webServer.port = 7500
webServer.user = "admin"
webServer.password = "test2026"
transport.tcpMux = true
log.to = "console"
log.level = "info"