init commit

This commit is contained in:
2025-02-19 14:23:58 +08:00
commit 10a4f010ce
34 changed files with 1340 additions and 0 deletions

14
scripts/dev/frp/frps.toml Normal file
View File

@@ -0,0 +1,14 @@
bindPort = 18080
transport.tcpMux = true
[[httpPlugins]]
name = "chan-req"
addr = "host.docker.internal:8080"
path = "/chan/request"
ops = ["NewUserConn"]
[[httpPlugins]]
name = "chan-test"
addr = "host.docker.internal:8080"
path = "/chan/test"
ops = ["NewProxy", "NewWorkConn"]