mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Add SPF flattening feature. (#126)
This commit is contained in:
committed by
Tom Limoncelli
parent
707f7e5d99
commit
823e8bb1a3
1
js/parse_tests/009-reverse.js
Normal file
1
js/parse_tests/009-reverse.js
Normal file
@@ -0,0 +1 @@
|
||||
D(REVERSE("1.2.0.0/16"),"none");
|
13
js/parse_tests/009-reverse.json
Normal file
13
js/parse_tests/009-reverse.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"registrars": [],
|
||||
"dns_providers": [],
|
||||
"domains": [
|
||||
{
|
||||
"name": "2.1.in-addr.arpa",
|
||||
"registrar": "none",
|
||||
"dnsProviders": {},
|
||||
"records": [],
|
||||
"keepunknown": false
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user