Add HTTPS
record for www.everun.club
.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1af21f6787
commit
308567985d
@ -38,6 +38,20 @@ resource "cloudflare_dns_record" "A_www_everun_club" {
|
||||
settings = {}
|
||||
}
|
||||
|
||||
resource "cloudflare_dns_record" "HTTPS_www_everun_club" {
|
||||
name = "www.everun.club"
|
||||
proxied = false
|
||||
ttl = 1
|
||||
type = "HTTPS"
|
||||
zone_id = "e9c231bc72eb7397b4d12f8c6563a35c"
|
||||
data = {
|
||||
priority = 1
|
||||
target = "3.112.51.62."
|
||||
value = "alpn=\"h3,h2\""
|
||||
}
|
||||
settings = {}
|
||||
}
|
||||
|
||||
resource "cloudflare_dns_record" "MX_everun_club_03" {
|
||||
content = "route3.mx.cloudflare.net"
|
||||
name = "everun.club"
|
||||
|
Loading…
Reference in New Issue
Block a user