From 92d4c80639718f979031681a80d45aa68512932f Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@gmail.com>
Date: Sun, 4 Apr 2021 01:45:34 +0300
Subject: [PATCH] docs/vmagent.md: mention that vmagent supports scraping via
 socks5 proxy

---
 app/vmagent/README.md | 2 +-
 docs/vmagent.md       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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