From 03b89452733f3beebd41e432e4241bca3e1e244f Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Mon, 1 Apr 2024 17:46:58 +0100 Subject: [PATCH] docs(config): Explain brief usage of proxy_provider data --- CONFIG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONFIG.md b/CONFIG.md index 6ae23d7..ba1e137 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -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])