dnscontrol/documentation/functions/domain/IGNORE_NAME.md
2023-10-22 13:56:13 -04:00

13 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, "*")`.