Skip to content

Commit

Permalink
adding CAA record
Browse files Browse the repository at this point in the history
  • Loading branch information
jimangel committed Mar 31, 2021
1 parent 2781a86 commit 2420832
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dns/zone-configs/kubernetes.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
preference: 10
- exchange: alt4.aspmx.l.google.com.
preference: 10
- type: CAA # The CAA record set for a domain also applies to all sub-domains. If a sub-domain has its own CAA record set, it takes precedence.
values:
- flags: 0
tag: issue
value: pki.goog
- flags: 0
tag: issue
value: letsencrypt.org
- type: TXT
values:
- google-site-verification=oPORCoq9XU6CmaR7G_bV00CLmEz-wLGOL7SXpeEuTt8
Expand Down

0 comments on commit 2420832

Please sign in to comment.