Skip to content
Snippets Groups Projects
Commit d9f5fbce authored by Conrad Hoffmann's avatar Conrad Hoffmann
Browse files

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.
parent 626675fd
No related branches found
No related tags found
1 merge request!1018doc/geoip: small fixes and improvements
......@@ -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.
...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment