diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 0b87896522..7d1f41fe1c 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -262,7 +262,7 @@ See [these docs](https://victoriametrics.github.io/#deduplication) for details. ## Scraping targets via a proxy -`vmagent` supports scraping targets via http and https proxies. Proxy address must be specified in `proxy_url` option. For example, the following scrape config instructs +`vmagent` supports scraping targets via http, https and socks5 proxies. Proxy address must be specified in `proxy_url` option. For example, the following scrape config instructs target scraping via https proxy at `https://proxy-addr:1234`: ```yml diff --git a/docs/vmagent.md b/docs/vmagent.md index 0b87896522..7d1f41fe1c 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -262,7 +262,7 @@ See [these docs](https://victoriametrics.github.io/#deduplication) for details. ## Scraping targets via a proxy -`vmagent` supports scraping targets via http and https proxies. Proxy address must be specified in `proxy_url` option. For example, the following scrape config instructs +`vmagent` supports scraping targets via http, https and socks5 proxies. Proxy address must be specified in `proxy_url` option. For example, the following scrape config instructs target scraping via https proxy at `https://proxy-addr:1234`: ```yml