mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 22:50:06 +00:00
Re-add missing apex txt records
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
04c661035d
commit
5c8a595f09
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ zones:
|
||||||
- name: ""
|
- name: ""
|
||||||
ttl: 600
|
ttl: 600
|
||||||
alias: docker01.cloud.kserver.biz
|
alias: docker01.cloud.kserver.biz
|
||||||
|
- name: ""
|
||||||
|
type: TXT
|
||||||
|
records:
|
||||||
|
- "keybase-site-verification=ctGylibf7WuSJwVBmuJjYbqRMvBQ5Z-On-GvYIH6PRI"
|
||||||
|
- "v=spf1 include:spf.mandrillapp.com include:_spf.google.com include:mailgun.org -all"
|
||||||
|
- "google-site-verification=f42bs3G-0kCtXwHQZitx0qiydRBSwoFluRDXkvjOR80"
|
||||||
|
- "adn_verification=luzifer https"
|
||||||
|
- "detectify-verification=a77f9d40e702b0baf2430477feb08e10"
|
||||||
- name: email
|
- name: email
|
||||||
type: CNAME
|
type: CNAME
|
||||||
records:
|
records:
|
||||||
|
|
Loading…
Reference in a new issue