Fix spf record
This commit is contained in:
parent
b4df0d7596
commit
c387a4b967
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ let
|
|||
SOA = {
|
||||
nameServer = "ns1.chir.rs.";
|
||||
adminEmail = "lotte@chir.rs";
|
||||
serial = 7;
|
||||
serial = 8;
|
||||
};
|
||||
NS = [
|
||||
"ns1.chir.rs."
|
||||
|
@ -134,7 +134,7 @@ let
|
|||
}
|
||||
];
|
||||
TXT = [
|
||||
(ttl zoneTTL (txt "v=spf1 ip4:138.201.155.128 ip6:2a01:4f8:1c17:d953/64 -all"))
|
||||
(ttl zoneTTL (txt "v=spf1 ip4:138.201.155.128 ip6:2a01:4f8:1c17:d953::/64 -all"))
|
||||
(ttl zoneTTL (txt "google-site-verification=qXjyR8La2S_BMayWYxan-9PB16aChjgKMRI2NGSTAds"))
|
||||
];
|
||||
DNSKEY = [
|
||||
|
|
Loading…
Reference in a new issue