mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
New feature: IGNORE_TARGET. Rename INGORE to IGNORE_NAME (#806)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
D("foo.com", "none"
|
||||
, IGNORE("testignore")
|
||||
, IGNORE_NAME("testignore")
|
||||
, IGNORE_TARGET("testtarget", "CNAME")
|
||||
, IGNORE("legacyignore")
|
||||
);
|
||||
|
||||
@@ -7,9 +7,13 @@
|
||||
"registrar": "none",
|
||||
"dnsProviders": {},
|
||||
"records": [],
|
||||
"ignored_labels": [
|
||||
"testignore"
|
||||
]
|
||||
"ignored_names": [
|
||||
"testignore",
|
||||
"legacyignore"
|
||||
],
|
||||
"ignored_targets": [
|
||||
{"pattern":"testtarget","type":"CNAME"}
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"registrar": "none",
|
||||
"dnsProviders": {},
|
||||
"records": [],
|
||||
"ignored_labels": [
|
||||
"ignored_names": [
|
||||
"\\*.testignore"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user