docs: add readme
This commit is contained in:
parent
78305a063a
commit
97e08f4134
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
```
|
||||
Usage of ./server:
|
||||
-bind string
|
||||
Where to listen for connections (default "127.0.0.1:4001")
|
||||
-dbpath string
|
||||
Path to SQLite3 DB generated by mitmproxy addon (default "archive.db")
|
||||
-proxy
|
||||
Whether server is behind a reverse proxy (default true)
|
||||
-storage string
|
||||
Path to archived responses storage (default "storage")
|
||||
-verbose
|
||||
Whether to log all URLs
|
||||
```
|
Loading…
Reference in a new issue