1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
stackexchange-dnscontrol/documentation/functions/domain/IGNORE_NAME.md
2023-10-22 13:56:13 -04:00

227 B

name, parameters, parameter_types
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, "*").