Skip to content

Commit

Permalink
Merge pull request #85 from ministryofjustice/cjsm
Browse files Browse the repository at this point in the history
cjsm-dns-update- CAA, MX and TXT records.
  • Loading branch information
vijaykannan21 authored Jul 11, 2024
2 parents 231f5de + 07134c1 commit d7ca4ce
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions hostedzones/cjsm.co.uk.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
---
? ''
: ttl: 172800
type: NS
values:
- ns-1308.awsdns-35.org.
- ns-1866.awsdns-41.co.uk.
- ns-266.awsdns-33.com.
- ns-845.awsdns-41.net.
"":
- ttl: 300
type: CAA
values:
- flags: 0
tag: iodef
value: mailto:[email protected]
- flags: 0
tag: issue
value: ;
- ttl: 300
type: MX
value:
exchange: .
preference: 0
- ttl: 172800
type: NS
values:
- ns-1308.awsdns-35.org.
- ns-1866.awsdns-41.co.uk.
- ns-266.awsdns-33.com.
- ns-845.awsdns-41.net.
- ttl: 300
type: TXT
value: v=spf1 -all
"*._domainkey":
ttl: 300
type: TXT
value: v=DKIM1\; p=
_dmarc:
ttl: 300
type: TXT
value: v=DMARC1\;p=reject\;sp=reject\;rua=mailto:[email protected]\;

0 comments on commit d7ca4ce

Please sign in to comment.