mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: add audiobook domain to google search console
This commit is contained in:
parent
33733de02c
commit
058109aa70
1 changed files with 16 additions and 0 deletions
16
dns.tf
16
dns.tf
|
|
@ -55,6 +55,14 @@ resource "hetznerdns_record" "grafana" {
|
||||||
ttl = 60
|
ttl = 60
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resource "hetznerdns_record" "auth" {
|
||||||
|
zone_id = hetznerdns_zone.apricote_de.id
|
||||||
|
name = "auth"
|
||||||
|
value = "auth.c3-ing.apricote.de."
|
||||||
|
type = "CNAME"
|
||||||
|
ttl = 60
|
||||||
|
}
|
||||||
|
|
||||||
# apricote.de proton.me
|
# apricote.de proton.me
|
||||||
|
|
||||||
resource "hetznerdns_record" "mail_verification" {
|
resource "hetznerdns_record" "mail_verification" {
|
||||||
|
|
@ -162,3 +170,11 @@ resource "hetznerdns_record" "www_pfeil" {
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
ttl = 60
|
ttl = 60
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resource "hetznerdns_record" "pfeil_google_site_verification_txt" {
|
||||||
|
zone_id = hetznerdns_zone.pfeil.id
|
||||||
|
name = "@"
|
||||||
|
value = "google-site-verification=ax0uv3yF_9rzda4CsLVnIPkeyNjsRx7VRW9vvkrBDts"
|
||||||
|
type = "TXT"
|
||||||
|
ttl = 60
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue