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

16
compose.yaml Normal file
View file

@ -0,0 +1,16 @@
services:
frpc-test:
image: snowdreamtech/frpc:0.68.0
container_name: frpc-test
restart: unless-stopped
network_mode: host
volumes:
- ./frpc-wss.toml:/etc/frp/frpc.toml:ro
entrypoint: ["/usr/bin/frpc", "-c", "/etc/frp/frpc.toml"]
chisel-test:
image: jpillora/chisel:latest
container_name: chisel-test
restart: unless-stopped
network_mode: host
command: ["client", "--auth", "pfannkuchen:test2026", "http://78.46.186.211:8443", "R:28097:127.0.0.1:8097"]