mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-11 07:34:32 +08:00
13 lines
227 B
Markdown
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, "*")`.
|