Initial: FRP Client (WSS) + Chisel Client

This commit is contained in:
sascha 2026-04-09 22:01:26 +02:00
commit 82a8767242
4 changed files with 42 additions and 0 deletions

19
frpc-wss.toml Normal file
View file

@ -0,0 +1,19 @@
serverAddr = "78.46.186.211"
serverPort = 7000
auth.method = "token"
auth.token = "pfannkuchen-test-2026"
transport.protocol = "websocket"
transport.poolCount = 5
transport.tcpMux = true
log.to = "console"
log.level = "info"
[[proxies]]
name = "emby-test"
type = "tcp"
localIP = "127.0.0.1"
localPort = 8097
remotePort = 18097