1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

zone2dnscontrol: Document more caveats.

This commit is contained in:
Tom Limoncelli
2017-03-14 16:35:32 -07:00
parent 64c5e38b8e
commit 3485735bf4

View File

@@ -12,11 +12,12 @@ Output is sent to stdout.
Example:
"""
./convert stackoverflow.com zone.stackoverflow.com
./zone2dnscontrol stackoverflow.com zone.stackoverflow.com
"""
Caveats:
* TTLs are stripped out and/or ignored.
* TXT records that include a ";" will not be translated properly.
* `$INCLUDE` may not be handled correctly if you are not in the right directory.
* `$GENERATE` is not handled at all.