mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-11 23:54:28 +08:00
IGNORE_*: Warn about fragility (#1108)
This commit is contained in:
parent
ef2a109207
commit
8c7ce22bf7
2 changed files with 12 additions and 2 deletions
|
@ -1,7 +1,13 @@
|
||||||
---
|
---
|
||||||
name: IGNORE_NAME
|
name: IGNORE_NAME
|
||||||
|
parameters:
|
||||||
|
- pattern
|
||||||
---
|
---
|
||||||
|
|
||||||
|
WARNING: The `IGNORE_*` family of functions is risky to use. The code
|
||||||
|
is brittle and has subtle bugs. Use at your own risk. Do not use these
|
||||||
|
commands with `D_EXTEND()` or use it at the domain apex.
|
||||||
|
|
||||||
IGNORE_NAME can be used to ignore some records present in zone.
|
IGNORE_NAME can be used to ignore some records present in zone.
|
||||||
All records (independently of their type) of that name will be completely ignored.
|
All records (independently of their type) of that name will be completely ignored.
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,10 @@ parameters:
|
||||||
- rType
|
- rType
|
||||||
---
|
---
|
||||||
|
|
||||||
|
WARNING: The `IGNORE_*` family of functions is risky to use. The code
|
||||||
|
is brittle and has subtle bugs. Use at your own risk. Do not use these
|
||||||
|
commands with `D_EXTEND()` or use it at the domain apex.
|
||||||
|
|
||||||
IGNORE_TARGET can be used to ignore some records present in zone based on the record's target and type. IGNORE_TARGET currently only supports CNAME record types.
|
IGNORE_TARGET can be used to ignore some records present in zone based on the record's target and type. IGNORE_TARGET currently only supports CNAME record types.
|
||||||
|
|
||||||
IGNORE_TARGET is like NO_PURGE except it acts only on some specific records instead of the whole zone.
|
IGNORE_TARGET is like NO_PURGE except it acts only on some specific records instead of the whole zone.
|
||||||
|
|
Loading…
Add table
Reference in a new issue