mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
added proxy support + Documentation
This commit is contained in:
parent
debc2876d6
commit
9a3aacc8b6
1 changed files with 12 additions and 0 deletions
|
|
@ -525,6 +525,18 @@ If true, the tool will output the raw data from the API (Where applicable, the f
|
|||
| All | `--rawoutput ` | `string` | `No`| `NaN` | ``| `rawoutput: ` |
|
||||
|
||||
Provide a path to output the raw data from the API into a file (Where applicable, the feature is a WIP)
|
||||
#### `--proxy`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** |**cli-default Entry**
|
||||
| --- | --- | --- | --- | --- | --- | ---|
|
||||
| All | `--proxy ${proxy_url}` | `string` | `No`| `NaN` | ``| `proxy: ` |
|
||||
|
||||
Uses Proxy on geo-restricted or geo-defining endpoints (e.g. socks5://127.0.0.1:1080 or http://127.0.0.1:1080)
|
||||
#### `--proxyAll`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** |**cli-default Entry**
|
||||
| --- | --- | --- | --- | --- | --- | ---|
|
||||
| All | `--proxyAll ` | `boolean` | `No`| `NaN` | `false`| `proxyAll: ` |
|
||||
|
||||
Proxies everything, not recommended. Proxy needs to be defined.
|
||||
### Help
|
||||
#### `--help`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**
|
||||
|
|
|
|||
Loading…
Reference in a new issue