We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e4e64 commit 28e1af5Copy full SHA for 28e1af5
README.md
@@ -22,7 +22,7 @@ If you want to get all requests and responses about `https://www.exmample.com (1
22
23
sbt "runMain Main --dns=192.168.3.3:www.example.com --jksPath=jks.jks --jksPassword=123456 --websocketPort=9000"
24
25
-# run websocket client to get log
+# run websocket client to get log, ip is a filter to filter request
26
websocat ws://127.0.0.1:9000/api_ws?ip=127.0.0.1
27
```
28
[websocat](https://github.com/vi/websocat) is a websocket command line. and the params are:
0 commit comments