docs(config): Explain brief usage of proxy_provider data

This commit is contained in:
rlaphoenix 2024-04-01 17:46:58 +01:00
parent 6121cc0896
commit 03b8945273
1 changed files with 4 additions and 1 deletions

View File

@ -282,7 +282,10 @@ together.
## proxy_providers (dict)
Enable external proxy provider services.
Enable external proxy provider services. These proxies will be used automatically where needed as defined by the
Service's GEOFENCE class property, but can also be explicitly used with `--proxy`. You can specify which provider
to use by prefixing it with the provider key name, e.g., `--proxy basic:de` or `--proxy nordvpn:de`. Some providers
support specific query formats for selecting a country/server.
### basic (list\[dict])