1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
2024-04-09 14:26:45 -04:00

14 lines
227 B
Markdown

---
name: IGNORE_NAME
parameters:
- pattern
- rTypes
parameter_types:
pattern: string
rTypes: string?
---
`IGNORE_NAME(a)` is the same as `IGNORE(a, "*", "*")`.
`IGNORE_NAME(a, b)` is the same as `IGNORE(a, b, "*")`.