Skip to content

Commit

Permalink
cmd/forwarder: add proxy traffic flag group
Browse files Browse the repository at this point in the history
Fixes #414
  • Loading branch information
Choraden committed Oct 18, 2023
1 parent 64df217 commit 0b22478
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions cmd/forwarder/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ func rootCommand() *cobra.Command {
Name: "Options",
Prefix: []string{""},
},
{
Name: "Proxy traffic options",
Prefix: []string{
"proxy",
"pac",

"direct-domains",
"deny-domains",

"header",
"proxy-header",
"response-header",
},
},
{
Name: "MITM options",
Prefix: []string{"mitm"},
Expand All @@ -63,12 +77,6 @@ func rootCommand() *cobra.Command {
"insecure",
},
},
{
Name: "Domain options",
Prefix: []string{
"deny-domain",
},
},
{
Name: "API server options",
Prefix: []string{"api"},
Expand Down

0 comments on commit 0b22478

Please sign in to comment.