From: Aki Tuomi Date: Fri, 27 Nov 2015 11:24:23 +0000 (+0200) Subject: Add warning X-Git-Tag: dnsdist-1.0.0-alpha1~172^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2bbde94456e18288469a8c25b19524b3ad44cc3;p=pdns Add warning --- diff --git a/docs/markdown/authoritative/backend-geoip.md b/docs/markdown/authoritative/backend-geoip.md index 0501160cf..d0f2591e6 100644 --- a/docs/markdown/authoritative/backend-geoip.md +++ b/docs/markdown/authoritative/backend-geoip.md @@ -102,3 +102,11 @@ domains: * From 4.0.0, You can add per-network overrides for format, they will be formatted with the same placeholders as default. Default is short-hand for adding 0.0.0.0/0 and ::/0. Default is default when only string is given for service name. * From 4.0.0, You can use array to specify return values, works only if you have those records specified. It matches the format results to your records, and if it finds match that is used. Otherwise the last is returned. * From 4.0.0, You can apply all the attributes for the content of static records too. + +**WARNING**: If you use ip or time/date specifiers, caching will be disabled for that RR completely. That means, if you have a + + something.example.com: + - a: 1.2.3.4 + - txt: "your ip is %ip" + +then caching will not happen for any records of something.example.com. If you need to use TXT for debugging, make sure you use dedicated name for it.