update w5isp.com
This commit is contained in:
parent
d01a76e902
commit
36ab4bde73
3 changed files with 26 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ forgejo_root_url: "https://{{ forgejo_domain }}"
|
|||
forgejo_app_name: "Forgejo"
|
||||
|
||||
# Runner settings
|
||||
forgejo_runner_version: "12.7.1"
|
||||
forgejo_runner_version: "12.8.2"
|
||||
forgejo_runner_token: ""
|
||||
forgejo_runner_name: "default-runner"
|
||||
forgejo_runner_labels: "docker:docker://node:20-bookworm,ubuntu-latest:docker://ubuntu:latest,ubuntu-22.04:docker://ubuntu:22.04"
|
||||
|
|
|
|||
|
|
@ -715,6 +715,30 @@ resource "cloudflare_record" "w5isp_cname_uptime" {
|
|||
proxied = false
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_cname_em977211" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "CNAME"
|
||||
name = "em977211"
|
||||
content = "return.smtp2go.net"
|
||||
proxied = false
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_cname_dkim_s977211" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "CNAME"
|
||||
name = "s977211._domainkey"
|
||||
content = "dkim.smtp2go.net"
|
||||
proxied = false
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_cname_link" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "CNAME"
|
||||
name = "link"
|
||||
content = "track.smtp2go.net"
|
||||
proxied = false
|
||||
}
|
||||
|
||||
# =============================================================================
|
||||
# w5isp.com - TXT records
|
||||
# =============================================================================
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue