summaryrefslogtreecommitdiffstats
path: root/aclk/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'aclk/README.md')
-rw-r--r--aclk/README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/aclk/README.md b/aclk/README.md
index b04c1eccac..98c04e685f 100644
--- a/aclk/README.md
+++ b/aclk/README.md
@@ -7,4 +7,19 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/aclk/README.md
# Agent-cloud link (ACLK)
-This is the agent cloud link (ACLK) information file \ No newline at end of file
+
+## Configuration Options
+
+In `netdata.conf`:
+
+```ini
+[agent_cloud_link]
+ proxy = none
+```
+
+Parameter proxy can take one of the following values:
+
+- `env` - the default (try to read environment variables `http_proxy` and `socks_proxy`)
+- `none` - do not use any proxy (even if system configured otherwise)
+- `socks5[h]://[user:pass@]host:ip` - will use specified socks proxy
+- `http://[user:pass@]host:ip` - will use specified http proxy