https://github.com/nlevitt/warcprox-rs
https://github.com/nlevitt/warcprox-rs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlevitt/warcprox-rs
- Owner: nlevitt
- Created: 2022-12-31T09:58:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T06:33:58.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T03:56:35.155Z (11 months ago)
- Language: Rust
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Warcprox-rs - WARC writing MITM HTTP/S proxy
Warcprox-rs aims to be a faster clone of warcprox, written in rust, with some features omitted.
```
Usage: warcprox-rs [OPTIONS]
Options:
-p, --port [default: 8000]
-b, --address
[default: localhost]
-c, --cacert CA certificate file. If it does not exist, it will be created [default: ./warcprox-rs-ca.pem]
-z, --gzip Write gzip-compressed warc records
--warc-filename Define custom WARC filename using variables {timestamp14}, {timestamp17}, {serialno}, {randomtoken}, {hostname}, {port}, {maybe_dot_gz} [default: warcprox-{timestamp17}-{serialno}-{randomtoken}.warc{maybe_dot_gz}]
-h, --help Print help
-V, --version Print version
```