mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Fix configuration of option --tlsenforce
This commit is contained in:
parent
be12e0219a
commit
b314a1c725
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ int cmdline_parser( int argc, char * const *argv, struct gengetopt_args_info *ar
|
|||
{ "remproxyauth", 1, NULL, 'R' },
|
||||
{ "proctitle", 1, NULL, 'x' },
|
||||
{ "host", 1, NULL, 'o' },
|
||||
{ "tlsenforce", 1, NULL, 'L' },
|
||||
{ "tlsenforce", 0, NULL, 'L' },
|
||||
{ "header", 1, NULL, 'H' },
|
||||
{ "verbose", 0, NULL, 'v' },
|
||||
{ "ntlm", 0, NULL, 'N' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue