Skip to content

Commit

Permalink
auto update sample ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Aug 18, 2021
1 parent bd5e57d commit 70b4e8d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,11 @@ DNSMonster can be configured using 3 different methods. Command line options, En
## Command line options
[//]: <> (start of command line options)
```
dnsmonster [OPTIONS]
dnsmonster
general:
--config= path to config file
[$DNSMONSTER_CONFIG]
--writeConfig= generate a config file based on
current inputs (flags, input config
file and environment variables) and
write to provided path
[$DNSMONSTER_WRITECONFIG]
--gcTime= Garbage Collection interval for tcp
assembly and ip defragmentation
(default: 10s) [$DNSMONSTER_GCTIME]
Expand Down Expand Up @@ -223,6 +218,16 @@ general:
--version show version and quit.
[$DNSMONSTER_VERSION]
help:
-h, --help Print this help to stdout
--manPage Print Manpage for dnsmonster to stdout
--bashCompletion Print bash completion script to stdout
--fishCompletion Print fish completion script to stdout
--writeConfig= generate a config file based on
current inputs (flags, input config
file and environment variables) and
write to provided path
capture:
--devName= Device used to capture
[$DNSMONSTER_DEVNAME]
Expand Down Expand Up @@ -411,9 +416,6 @@ output:
HEC if Batch size is not filled
(default: 1s)
[$DNSMONSTER_SPLUNKBATCHDELAY]
Help Options:
-h, --help Show this help message
```
[//]: <> (end of command line options)

Expand Down

0 comments on commit 70b4e8d

Please sign in to comment.