Skip to content

Commit

Permalink
parser: add caddy (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
royenheart committed Mar 10, 2024
1 parent 055c241 commit 6148e50
Show file tree
Hide file tree
Showing 5 changed files with 1,080 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Options:
--head-before-get
Do an HEAD before actual GET. Add this if you are not sure if the results from parser is correct
--parser <PARSER>
Choose a parser [default: nginx] [possible values: nginx, apache-f2, docker, directory-lister, lighttpd]
Choose a parser [default: nginx] [possible values: nginx, apache-f2, docker, directory-lister, lighttpd, caddy]
--exclude <EXCLUDE>
Excluded file regex. Supports multiple
--include <INCLUDE>
Expand Down Expand Up @@ -96,7 +96,7 @@ Arguments:

Options:
--user-agent <USER_AGENT> Customize tsumugu's user agent [default: tsumugu]
--parser <PARSER> Choose a parser [default: nginx] [possible values: nginx, apache-f2, docker, directory-lister, lighttpd]
--parser <PARSER> Choose a parser [default: nginx] [possible values: nginx, apache-f2, docker, directory-lister, lighttpd, caddy]
--exclude <EXCLUDE> Excluded file regex. Supports multiple
--include <INCLUDE> Included file regex (even if excluded). Supports multiple
--upstream-base <UPSTREAM_BASE> The upstream base ending with "/" [default: /]
Expand Down
Loading

0 comments on commit 6148e50

Please sign in to comment.