diff options
Diffstat (limited to 'dpibreak.1.md')
| -rw-r--r-- | dpibreak.1.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dpibreak.1.md b/dpibreak.1.md index 6d528fa..f5760b2 100644 --- a/dpibreak.1.md +++ b/dpibreak.1.md @@ -40,6 +40,15 @@ program opens the driver automatically at startup. ## OPTIONS +**-D**, **--daemon** +Run as a background daemon. Logs are written to **/tmp/dpibreak.log.** +If a daemon is already running, it will fail with "unable to lock pid +file". To stop it, run **kill \`cat /tmp/dpibreak.pid\`** as root. + +On Windows, this option enters the service controller entry point. +Example: **sc create dpibreak binPath= "dpibreak.exe -D" start= auto; sc +start dpibreak** + **--delay-ms *\<u64\>*** Delay in milliseconds to apply between fragmented pieces of the ClientHello. Typical values are 0–1000; larger values may increase @@ -96,6 +105,10 @@ Run with default options: > **dpibreak** +Run as daemon with **fake** feature: + +> **dpibreak -D --fake-autottl** + Run with a 10 ms delay and verbose logging: > **dpibreak --delay-ms 10 --loglevel debug** |
