Commit fe246359 by anun

update readme

parent 814d97ac
......@@ -434,6 +434,7 @@ Since WebSockets support is required:
git clone https://dev.nexpie.com/anun/chisel.git
cd chisel
go build
```
......@@ -457,4 +458,13 @@ Client
# Docker
docker run --rm --log-driver local --log-opt max-size=10m -p8081:8081 dock.nexpie.com/anun/chisel:0.0.0-4921d64e client 192.168.0.112:8080 192.168.9.194:8001
e.g. output
2024/06/05 15:29:53 client: Remotes# [R:36187=>192.168.9.194:8001]
2024/06/05 15:29:53 client: Connecting to ws://192.168.0.112:8080
2024/06/05 15:29:53 client: Connected (Latency 9.157375ms)
# Test curl
curl http://192.168.0.112:36187
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment