Skip to content

Commit

Permalink
Disable redirects by default. See Probing issue! #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed Oct 28, 2024
1 parent 200eac7 commit 9d55a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pub struct Cli {
#[clap(short, long, default_value = "1")]
/// Number of retries
pub retries: usize,
#[clap(short = 'L', long, default_value = "10")]
/// Maximum number of redirects
#[clap(short = 'L', long, default_value = "0")]
/// Maximum number of redirects, disabled by default.
pub max_redirects: usize,
#[clap(short, long)]
/// Enable bruteforce mode
Expand Down

0 comments on commit 9d55a00

Please sign in to comment.