From: Conrad Hoffmann Date: Mon, 3 Jun 2019 09:44:27 +0000 (+0200) Subject: doc/geoip: end fully-qualified CNAMEs with dot X-Git-Tag: v2.9.0~253^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f5fbced73e4b5927d03cd83a1f75c448748d50;p=thirdparty%2Fknot-dns.git doc/geoip: end fully-qualified CNAMEs with dot The CNAMEs used as examples in the documentation imply that they are fully-qualified, so they should end with a dot. --- diff --git a/src/knot/modules/geoip/geoip.rst b/src/knot/modules/geoip/geoip.rst index ce52f53bcf..fe5523f603 100644 --- a/src/knot/modules/geoip/geoip.rst +++ b/src/knot/modules/geoip/geoip.rst @@ -112,11 +112,11 @@ Example foo.example.com: - geo: "CZ;Prague" - CNAME: cz.foo.example.com + CNAME: cz.foo.example.com. - geo: "US;Las Vegas" - CNAME: vegas.foo.example.net + CNAME: vegas.foo.example.net. - geo: "US;*" - CNAME: us.foo.example.net + CNAME: us.foo.example.net. ... * Example :ref:`mod-geoip_config-file` for weighted records @@ -125,11 +125,11 @@ Example foo.example.com: - weight: 1 - CNAME: canary.foo.example.com + CNAME: canary.foo.example.com. - weight: 10 - CNAME: prod1.foo.example.net + CNAME: prod1.foo.example.com. - weight: 10 - CNAME: prod2.foo.example.net + CNAME: prod2.foo.example.com. ...