summaryrefslogtreecommitdiffhomepage
path: root/dpibreak.1.md
Commit message (Collapse)AuthorAgeFilesLines
* Add shopt -t, -a for --fake-ttl, --fake-autottl, respectivelydilluti0n2026-04-051-5/+5
|
* docs: dpibreak.1: add description for --segment-orderdilluti0n2026-04-051-1/+23
|
* opt: add SegmentOrder type and --segment-order optiondilluti0n2026-04-051-2/+2
| | | | | | | SegmentOrder parses a comma-separated list of u32 split points, sorts them, and precomputes segment ranges as (start, end) pairs for use in send_split. The original input string is retained for Display. Parsing logic is unimplemented and will follow in the next commit.
* docs: dpibreak.1: move requirements to description sectiondilluti0n2026-03-021-30/+19
|
* docs: change description, refine manualdilluti0n2026-02-201-31/+34
|
* docs: dpibreak.1: simplify expressionsdilluti0n2026-02-201-30/+30
|
* docs: dpibreak.1: update pid/log file pathdilluti0n2026-02-161-3/+4
|
* docs: dpibreak.1: add -D, --daemondilluti0n2026-02-151-0/+13
|
* docs: dpibreak.1: fix typodilluti0n2026-02-031-5/+5
|
* build: preprocess DEFAULT_* on dpibreak.1.in from build.rsdilluti0n2026-02-031-1/+1
|
* docs: dpibreak.1: fix typodilluti0n2026-02-031-9/+9
|
* docs: dpibreak.1: add --fake-autottldilluti0n2026-02-011-2/+15
|
* docs: dpibreak.1: update changed --fake depsdilluti0n2026-02-011-3/+3
|
* opt: deprecate `--loglevel` in favor of `--log-level`dilluti0n2026-01-161-1/+1
|
* docs: dpibreak.1: add --fake-badsum on manualdilluti0n2026-01-161-7/+13
|
* Bump version to 0.0.7v0.0.7dilluti0n2026-01-041-2/+5
|
* Add fake ClientHello injection runtime optionsdilluti0n2025-12-301-0/+8
| | | | | - Add --fake flag to enable fake ClientHello injection - Add --fake-ttl option to override TTL of fake packets
* Add --nft-command option to manualdilluti0n2025-10-291-0/+4
|
* docs: fix typodilluti0n2025-10-031-1/+1
|
* Update manual with nftables supportdilluti0n2025-10-031-5/+7
|
* docs: expand bugs-to section with more detailed explainationdilluti0n2025-09-071-5/+11
|
* manual: update package descriptiondilluti0n2025-09-071-1/+1
|
* Add markdown version of manual rendered with pandoc from dpibreak.1dilluti0n2025-09-071-0/+111
pandoc -f man -t gfm --shift-heading-level-by=1 dpibreak.1 -o dpibreak.1.md