mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 14:15:30 +08:00
13 lines
268 B
Markdown
13 lines
268 B
Markdown
---
|
|
name: IGNORE_TARGET
|
|
parameters:
|
|
- pattern
|
|
- rType
|
|
parameter_types:
|
|
pattern: string
|
|
rType: string
|
|
---
|
|
|
|
`IGNORE_TARGET_NAME(target)` is the same as `IGNORE("*", "*", target)`.
|
|
|
|
`IGNORE_TARGET_NAME(target, rtype)` is the same as `IGNORE("*", rtype, target)`.
|