Skip to content

Commit

Permalink
Merge pull request #92 from ministryofjustice/brookhouseinvestigation
Browse files Browse the repository at this point in the history
Added CAA,MX, and-TXT-records to the domain- brookhouseinvestigation
  • Loading branch information
vijaykannan21 authored Jul 12, 2024
2 parents 549cf07 + b606fdd commit 374fd32
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions hostedzones/brookhouseinvestigation.independent.gov.uk.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
---
? ''
: ttl: 172800
type: NS
values:
- ns-1361.awsdns-42.org.
- ns-1704.awsdns-21.co.uk.
- ns-360.awsdns-45.com.
- ns-538.awsdns-03.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-1361.awsdns-42.org.
- ns-1704.awsdns-21.co.uk.
- ns-360.awsdns-45.com.
- ns-538.awsdns-03.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 374fd32

Please sign in to comment.