Initial: FRP Client (WSS) + Chisel Client
This commit is contained in:
commit
82a8767242
4 changed files with 42 additions and 0 deletions
19
frpc-wss.toml
Normal file
19
frpc-wss.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue