Skip to content

Commit

Permalink
docs: add remove-on-error option
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Sep 15, 2024
1 parent 7f946f3 commit 9c37b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ Here are all the options it supports.
| -t, --timeout | Max. time allowed for proxy server/check (default: 30s). |
| -r, --rotate `<AFTER>` | Rotate proxy IP for every `AFTER` request (default: 1). |
| --rotate-on-error | Rotate proxy IP and retry failed HTTP requests. |
| --max-errors `<N>` | Max. errors allowed during rotation (default:3). |
| --remove-on-error | Remove proxy IP from proxy pool on failed HTTP requests. |
| --max-errors `<N>` | Max. errors allowed during rotation (default: 3). |
| | Use this with `--rotate-on-error`. |
| --max-redirs `<N>` | Max. redirects allowed (default: 10). |
| --max-retries `<N>` | Max. retries for failed HTTP requests (default: 0). |
Expand Down

0 comments on commit 9c37b4d

Please sign in to comment.