proxychains_add
Add a proxy to the chain. Supports SOCKS4, SOCKS5, and HTTP proxies with optional authentication and position.
Instructions
Add a proxy to the chain. Supports SOCKS4, SOCKS5, and HTTP proxies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Proxy host/IP address | |
| pass | No | Password for authentication (optional) | |
| port | Yes | Proxy port | |
| type | Yes | Proxy type | |
| user | No | Username for authentication (optional) | |
| position | No | Position in the chain (0-indexed). Defaults to end of list. |