Initial: Caddy + FRP Server (WSS) + Chisel Server
This commit is contained in:
commit
00a5904999
5 changed files with 78 additions and 0 deletions
14
frps.toml
Normal file
14
frps.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue