dnscontrol/documentation/language-reference/domain-modifiers/IGNORE_NAME.md
2024-04-09 14:26:45 -04:00

227 B

name parameters parameter_types
IGNORE_NAME
pattern
rTypes
pattern rTypes
string string?

IGNORE_NAME(a) is the same as IGNORE(a, "*", "*").

IGNORE_NAME(a, b) is the same as IGNORE(a, b, "*").