github.com/StackExchange/dnscontrol/v4@v4.11.0/documentation/language-reference/domain-modifiers/IGNORE_NAME.md (about) 1 --- 2 name: IGNORE_NAME 3 parameters: 4 - pattern 5 - rTypes 6 parameter_types: 7 pattern: string 8 rTypes: string? 9 --- 10 11 `IGNORE_NAME(a)` is the same as `IGNORE(a, "*", "*")`. 12 13 `IGNORE_NAME(a, b)` is the same as `IGNORE(a, b, "*")`.