proxychains_mode
Define the proxy chain mode to determine how proxies are selected and whether dead proxies are skipped or cause failure.
Instructions
Set the chain mode. strict_chain: all proxies must work. dynamic_chain: skip dead proxies. random_chain: random order. round_robin_chain: rotate through proxies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Chain mode to use | |
| chainLen | No | Number of proxies per connection (for random/round_robin modes) |