14 lines
402 B
Markdown
14 lines
402 B
Markdown
|
```
|
||
|
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
|
||
|
```
|