1
0
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:
Craig Peterson
2017-09-29 15:30:36 -04:00
committed by Tom Limoncelli
parent 707f7e5d99
commit 823e8bb1a3
20 changed files with 104153 additions and 343 deletions

View File

@@ -0,0 +1 @@
D(REVERSE("1.2.0.0/16"),"none");

View File

@@ -0,0 +1,13 @@
{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "2.1.in-addr.arpa",
"registrar": "none",
"dnsProviders": {},
"records": [],
"keepunknown": false
}
]
}