-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstamp-protocol.org.zone
More file actions
40 lines (31 loc) · 1.27 KB
/
Copy pathstamp-protocol.org.zone
File metadata and controls
40 lines (31 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
; SPDX-License-Identifier: MPL-2.0
; stamp-protocol.org DNS Zone File
; For use with Cloudflare DNS
$ORIGIN stamp-protocol.org.
$TTL 3600
; GitHub Pages A records (apex domain)
@ IN A 185.199.108.153
@ IN A 185.199.109.153
@ IN A 185.199.110.153
@ IN A 185.199.111.153
; GitHub Pages AAAA records (IPv6)
@ IN AAAA 2606:50c0:8000::153
@ IN AAAA 2606:50c0:8001::153
@ IN AAAA 2606:50c0:8002::153
@ IN AAAA 2606:50c0:8003::153
; WWW subdomain (CNAME to apex)
www IN CNAME stamp-protocol.org.
; Email routing (Cloudflare)
@ IN MX 10 route1.mx.cloudflare.net.
@ IN MX 25 route2.mx.cloudflare.net.
@ IN MX 83 route3.mx.cloudflare.net.
; SPF record for email (allow Cloudflare)
@ IN TXT "v=spf1 include:_spf.mx.cloudflare.net ~all"
; DMARC policy
_dmarc IN TXT "v=DMARC1; p=quarantine; rua=mailto:j.d.a.jewell@open.ac.uk"
; CAA records (allow Let's Encrypt, GitHub)
@ IN CAA 0 issue "letsencrypt.org"
@ IN CAA 0 issue "pki.goog"
@ IN CAA 0 iodef "mailto:j.d.a.jewell@open.ac.uk"
; GitHub domain verification (add token from GitHub settings if needed)
; _github-pages-challenge-hyperpolymath IN TXT "verification-token"