summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2018-05-04 18:32:12 -0700
committerGitHub <noreply@github.com>2018-05-04 18:32:12 -0700
commite97a7707c45f30390d721d752d76fdb5d701c72d (patch)
treec1e00c7a906cf24e64c4a3b2e4dca39348962e84 /docs
parentab106f3fa79bbe18bcb7bd24d9c2df93a3df4ed8 (diff)
parent73175e95c253471f7f06dee04f88e76c77204e6c (diff)
Merge pull request #1318 from wk/resolve-dns
Introduce resolve_dns knob (closes #599)
Diffstat (limited to 'docs')
-rw-r--r--docs/Configuration.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Configuration.md b/docs/Configuration.md
index 1d16c91..aea5e3c 100644
--- a/docs/Configuration.md
+++ b/docs/Configuration.md
@@ -214,3 +214,13 @@ next_adds_job: true
```
This will allow for a more timely fetch of the device configuration.
+
+## Disabling DNS resolution
+
+In some instances it might not be desirable to attempt to resolve names of nodes. One such use case is when nodes are accessed through an SSH proxy, where the remote end resolves the names differently than the host on which Oxidized runs would.
+
+Names can instead be passed verbatim to the input:
+
+```yaml
+resolve_dns: false
+```