dnscontrol/docs/_functions/domain
Brice Figureau 2fc55dfdc4 Add IGNORE(label) which ignores label at the provider (#183) (#300)
* Add support for the IGNORE(name) directive (#183)

IGNORE is like NO_PURGE but for a spefic record instead of the whole
zone. This is very useful for instance if you have a zone where
only some records are managed externally from dnscontrol (for instance
using kubernetes external dns system).

Adding IGNORE("foo") in the zone will make dnscontrol not trying
to manage the "foo" record (and especially not deleting it).
dnscontrol will error out if the "foo" record is both ignored and
managed in dnscontrol.

This can be seen as a generic Cloudflare's ignored label.

Signed-off-by: Brice Figureau <brice@daysofwonder.com>

* Deprecate CloudFlare ignoredLabels in favor of IGNORE (#183)

Since IGNORE implements a generic `ignoredLabels` system, let
the user know CF `ignoredLabels` are deprecated.

Signed-off-by: Brice Figureau <brice@daysofwonder.com>
2018-01-15 15:39:29 -05:00
..
A.md
AAAA.md
ALIAS.md Support ALIAS records with Cloudflare (#89) 2017-04-19 13:13:28 -06:00
CAA.md Added 'Route 53' to CAA document. (#196) 2017-09-09 09:26:11 -04:00
CNAME.md adding mx and cname 2017-04-11 23:02:57 -06:00
DefaultTTL.md DefaultTTL.md: Improve example 2017-07-09 08:04:28 -04:00
DnsProvider.md
IGNORE.md Add IGNORE(label) which ignores label at the provider (#183) (#300) 2018-01-15 15:39:29 -05:00
IMPORT_TRANSFORM.md docs/ Remove whitespace at EOL 2017-08-29 13:49:39 -04:00
MX.md adding mx and cname 2017-04-11 23:02:57 -06:00
NAMESERVER.md Document TXT, NS, NO_PURGE, PURGE, and IMPORT_TRANSFORM (#184) 2017-08-15 10:46:31 -07:00
NO_PURGE.md Document TXT, NS, NO_PURGE, PURGE, and IMPORT_TRANSFORM (#184) 2017-08-15 10:46:31 -07:00
NS.md Document TXT, NS, NO_PURGE, PURGE, and IMPORT_TRANSFORM (#184) 2017-08-15 10:46:31 -07:00
PTR.md docs/ Remove whitespace at EOL 2017-08-29 13:49:39 -04:00
PURGE.md Document TXT, NS, NO_PURGE, PURGE, and IMPORT_TRANSFORM (#184) 2017-08-15 10:46:31 -07:00
TLSA.md Add TLSA record support (#165) (#203) 2017-09-15 09:03:29 -04:00
TXT.md Add support for TXT records with multiple strings (BIND, ROUTE53) (#293) 2018-01-04 19:19:35 -05:00