chore(dns): add Keybase proof
This commit is contained in:
parent
6002b06193
commit
5255f88556
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@ resource "cloudflare_record" "apple_proof" {
|
|||
value = "apple-domain=chwbVvzH8hWIgg1l"
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "keybase_proof" {
|
||||
zone_id = cloudflare_zone.icb4dc0de.id
|
||||
name = "@"
|
||||
type = "TXT"
|
||||
value = "keybase-site-verification=WDQoLtW22epD7eQnts6rPKJBGA0lD6jSI6m0bGMYWag"
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "apple_spf" {
|
||||
zone_id = cloudflare_zone.icb4dc0de.id
|
||||
name = "@"
|
||||
|
|
Loading…
Reference in a new issue