From 30421737744053d12dc38199daea8adb7b8cb932 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Mon, 20 Apr 2015 00:45:56 +0200 Subject: [PATCH] Add id.server query example --- docs/markdown/recursor/settings.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/markdown/recursor/settings.md b/docs/markdown/recursor/settings.md index 1dbbe416db..6767cb8372 100644 --- a/docs/markdown/recursor/settings.md +++ b/docs/markdown/recursor/settings.md @@ -533,6 +533,11 @@ times for this many seconds. The PowerDNS recursor by replies to a query for 'id.server' with its hostname, useful for in clusters. Use this setting to override the answer it gives. +Query example (where 192.0.2.14 is your server): +``` +dig @192.0.2.14 CHAOS TXT id.server. +``` + ## `setgid`, `setuid` * String * Default: unset -- 2.47.2