summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-04-27 19:07:31 +0200
committerWild Kat <wk@futureinquestion.net>2018-04-27 19:07:31 +0200
commit73175e95c253471f7f06dee04f88e76c77204e6c (patch)
treebe10b2e18b6b85d3c3ccd36c9e19e7e4c35c4ea2 /docs
parente2e01f0db85c99aba0b49671701f30adfeaf46fd (diff)
add docs and tests for resolve_dns
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
+```