diff options
author | Jonas Smedegaard <dr@jones.dk> | 2023-05-15 13:19:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-05-15 13:21:08 +0200 |
commit | fcc2429fb37d0fe0285bdfe86475287884a914fd (patch) | |
tree | 48fb4b56a69ada2da5c3cde2c9e1fc24d874214c | |
parent | f19a402c1fabff4a236c3205ef64cb2439c25baa (diff) |
add SPF record for oroe.dk
-rw-r--r-- | bind/fake-222/oroe.dk | 1 | ||||
-rw-r--r-- | bind/pri/oroe.dk | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bind/fake-222/oroe.dk b/bind/fake-222/oroe.dk index 374704d..814053d 100644 --- a/bind/fake-222/oroe.dk +++ b/bind/fake-222/oroe.dk @@ -5,6 +5,7 @@ $TTL 1w @ NS localhost. A 46.30.215.187 + TXT "v=spf1 include:_custspf.one.com ~all" MX 10 oroe.dk.mx.one.com. _acme-challenge CNAME oroe.dk.acme.service.one.com. diff --git a/bind/pri/oroe.dk b/bind/pri/oroe.dk index 66ee435..0f9d55d 100644 --- a/bind/pri/oroe.dk +++ b/bind/pri/oroe.dk @@ -1,10 +1,11 @@ $TTL 1h @ SOA dns.jones.dk. dr.jones.dk. ( - 2023051001 + 2023051501 4h 1h 1w 1h ) $INCLUDE /etc/local-JONES.DK/bind/skel/NS @ A 46.30.215.187 + TXT "v=spf1 include:_custspf.one.com ~all" MX 10 oroe.dk.mx.one.com. _acme-challenge CNAME oroe.dk.acme.service.one.com. |