mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-14 12:15:06 +08:00
42ef9f4b9e
* moving a bunch of packages under pkg * fix gen * fix tst * oops * fix test fo real * parse mx/a
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"_spf.google.com": {
|
|
"txt": [
|
|
"v=spf1 include:_netblocks.google.com include:_netblocks2.google.com include:_netblocks3.google.com ~all"
|
|
]
|
|
},
|
|
"spf-basic.fogcreek.com": {
|
|
"txt": [
|
|
"v=spf1 ip4:64.34.80.172 -all"
|
|
]
|
|
}
|
|
}
|