diff options
author | roedie <github@roedie.nl> | 2016-02-25 09:09:56 +0100 |
---|---|---|
committer | roedie <github@roedie.nl> | 2016-02-25 09:09:56 +0100 |
commit | 89b4b0f3f20d76539eecc95a69fa940f4dae7fbb (patch) | |
tree | 2b2c80c7ef67d27d34b9a06628369fbb86045e36 /README.md | |
parent | 7ecf4e2b7024ab9597a4ec7d2c5723a3424b65c5 (diff) |
Update doc: proxy to ssh_proxy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -304,7 +304,7 @@ source: ### SSH Proxy Command -Oxidized can `ssh` through a proxy as well. To do so we just need to set `proxy` variable. +Oxidized can `ssh` through a proxy as well. To do so we just need to set `ssh_proxy` variable. ``` ... @@ -313,7 +313,7 @@ map: model: 1 vars_map: enable: 2 - proxy: 3 + ssh_proxy: 3 ... ``` |