diff options
| -rw-r--r-- | dpibreak.1.in | 10 | ||||
| -rw-r--r-- | dpibreak.1.md | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/dpibreak.1.in b/dpibreak.1.in index 6ae563f..0c2a7da 100644 --- a/dpibreak.1.in +++ b/dpibreak.1.in @@ -61,7 +61,7 @@ startup. .B \-\-delay\-ms \fI<u64>\fR Delay in milliseconds to apply between fragmented pieces of the ClientHello. Typical values are 0–1000; larger values may increase -handshake latency. (default: {{DEFAULT_DELAY_MS}}) +handshake latency. (Default: {{DEFAULT_DELAY_MS}}) .TP .B \-\-fake Enable @@ -78,7 +78,7 @@ Override ttl (IPv4) / hop_limit (IPv6) of .B fake packet. Implicitly enables .BR \-\-fake . -(default: {{DEFAULT_FAKE_TTL}}) +(Default: {{DEFAULT_FAKE_TTL}}) .TP .B \-\-fake\-autottl Automatically infer the hop count (TTL/Hop Limit) to the destination by @@ -105,14 +105,14 @@ to disable TCP checksum verification. Implicitly enables .B \-\-queue\-num \fI<u16>\fR .Linux only. NFQUEUE number to attach to. The same queue number is -used for IPv4 and IPv6. (default: {{DEFAULT_QUEUE_NUM}}) +used for IPv4 and IPv6. (Default: {{DEFAULT_QUEUE_NUM}}) .TP .B \-\-nft\-command \fI<string>\fR .Linux only. -Custom nftables command to be executed. (default: {{DEFAULT_NFT_COMMAND}}) +Custom nftables command to be executed. (Default: {{DEFAULT_NFT_COMMAND}}) .TP .B \-\-log\-level \fI<debug|info|warning|error>\fR -Set the logging level (default: {{DEFAULT_LOG_LEVEL}}). +Set the logging level (Default: {{DEFAULT_LOG_LEVEL}}). Aliases: .BR warn " \-> " warning , .BR err " \-> " error . diff --git a/dpibreak.1.md b/dpibreak.1.md index 83e89f6..6d528fa 100644 --- a/dpibreak.1.md +++ b/dpibreak.1.md @@ -43,7 +43,7 @@ program opens the driver automatically at startup. **--delay-ms *\<u64\>*** Delay in milliseconds to apply between fragmented pieces of the ClientHello. Typical values are 0–1000; larger values may increase -handshake latency. (default: 0) +handshake latency. (Default: 0) **--fake** Enable **fake** ClientHello packet injection before sending each packet @@ -54,7 +54,7 @@ transmitted in an interleaved order: (fake 1), (orig 1), (fake 2), (orig **--fake-ttl *\<u8\>*** Override ttl (IPv4) / hop_limit (IPv6) of **fake** packet. Implicitly -enables **--fake**. (default: 8) +enables **--fake**. (Default: 8) **--fake-autottl** Automatically infer the hop count (TTL/Hop Limit) to the destination by @@ -74,14 +74,14 @@ disable TCP checksum verification. Implicitly enables **--fake**. **--queue-num *\<u16\>*** NFQUEUE number to attach to. The same queue number is used for IPv4 and -IPv6. (default: 1) +IPv6. (Default: 1) **--nft-command *\<string\>*** -Custom nftables command to be executed. (default: nft) +Custom nftables command to be executed. (Default: nft) **--log-level *\<debug\|info\|warning\|error\>*** -Set the logging level (default: warning). Aliases: **warn** -\> +Set the logging level (Default: warning). Aliases: **warn** -\> **warning**, **err** -\> **error**. **--no-splash** |
