dns updates
This commit is contained in:
parent
841fab5abe
commit
c3ae90aff0
5 changed files with 10 additions and 74 deletions
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
# aprs.me DNS zone configuration
|
||||
aprs_me_zone:
|
||||
name: aprs.me
|
||||
type: master
|
||||
create_reverse_zones: false
|
||||
name_servers:
|
||||
- arch.ns.cloudflare.com.
|
||||
- tani.ns.cloudflare.com.
|
||||
hosts:
|
||||
- name: "@"
|
||||
ip: 172.245.56.83
|
||||
other_name_servers: []
|
||||
text:
|
||||
- name: "@"
|
||||
text: '"yahoo-verification-key=FTNt+pQ6IU4l0gQZKNUu3jbVXAgUG/yzm4KVwDzahbE="'
|
||||
|
|
@ -23,8 +23,6 @@ bind_allow_transfer:
|
|||
|
||||
# Zone definitions are loaded from individual files in zones/ directory
|
||||
bind_zones:
|
||||
- "{{ w5isp_com_zone }}"
|
||||
- "{{ aprs_me_zone }}"
|
||||
- "{{ beanjar_org_zone }}"
|
||||
- "{{ gridmap_org_zone }}"
|
||||
- "{{ mcintire_me_zone }}"
|
||||
|
|
|
|||
|
|
@ -1,55 +0,0 @@
|
|||
---
|
||||
# w5isp.com DNS zone configuration
|
||||
w5isp_com_zone:
|
||||
name: w5isp.com
|
||||
type: master
|
||||
create_reverse_zones: false
|
||||
name_servers:
|
||||
- ns1.as393837.net.
|
||||
- ns2.as393837.net.
|
||||
- ns-global.kjsl.com.
|
||||
mail_servers:
|
||||
- name: mail
|
||||
preference: 10
|
||||
hosts:
|
||||
- name: "@"
|
||||
ip: 204.110.191.8
|
||||
- name: home
|
||||
ip: 204.110.191.1
|
||||
- name: photos
|
||||
ip: 204.110.191.8
|
||||
- name: skippy
|
||||
ip: 204.110.191.8
|
||||
- name: mail
|
||||
ip: 107.174.178.20
|
||||
- name: dokku
|
||||
ip: 204.110.191.218
|
||||
- name: "vm1"
|
||||
ip: 172.245.56.83
|
||||
- name: log
|
||||
ip: 204.110.191.8
|
||||
- name: vaprs
|
||||
ip: 204.110.191.8
|
||||
- name: srtm
|
||||
ip: 204.110.191.8
|
||||
- name: aprs
|
||||
ip: 204.110.191.232
|
||||
- name: prop
|
||||
ip: 204.110.191.244
|
||||
other_name_servers:
|
||||
- autodiscover.w5isp.com. IN CNAME mail.w5isp.com.
|
||||
- autoconfig.w5isp.com. IN CNAME mail.w5isp.com.
|
||||
- em40.w5isp.com. IN CNAME u177982.wl233.sendgrid.net.
|
||||
- s1._domainkey.w5isp.com. IN CNAME s1.domainkey.u177982.wl233.sendgrid.net.
|
||||
- s2._domainkey.w5isp.com. IN CNAME s2.domainkey.u177982.wl233.sendgrid.net.
|
||||
- uptime.w5isp.com. IN CNAME stats.uptimerobot.com.
|
||||
- _autodiscover._tcp.w5isp.com. IN SRV 0 0 443 mail.w5isp.com.
|
||||
text:
|
||||
- name: "@"
|
||||
text: '"v=spf1 mx a ip4:107.174.178.20 ~all"'
|
||||
- name: dkim._domainkey
|
||||
text: '"v=DKIM1;k=rsa;t=s;s=email;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxti2t8TvzIqKF9BpKn3rQExKg3sS1SyQuwtQgL0r/ELEJ0D9cKU/iM+eB1ROJctKHoMqKDJoRCMP6eibFcgq2kLKqf+aceEOIBx2OK2WCXML+CNqQZA6yO+A8/Jq7iFZPq8D5FmOoxbwRZkso7CkSennSz/+F7nBPI/OfyEiiI4xJzWH3t8SaAkkcy46O+1K0iCkTpsthon7E2PHa3SPkrjbep/5NImTJLK5LuffiLJtLsiK+73mvsAYCDmrNxPTaDjXkj0TWdKl/d/TnlVJl+YloqWIDt/7LtZQM0C7GZ9flIr7z9hHpSWERXAA5Gj5NQ0/hcY3nF4dPoqWs3VeeQIDAQAB"'
|
||||
- name: _dmarc
|
||||
text: '"v=DMARC1; p=quarantine; rua=mailto:postmaster@w5isp.com; ruf=mailto:postmaster@w5isp.com; fo=1"'
|
||||
- name: "@"
|
||||
text: '"yahoo-verification-key=CX5h64q8On4rlR/1/DCyvASxTv3rlDmDcNQhwSapyk4="'
|
||||
|
|
@ -671,6 +671,15 @@ resource "cloudflare_record" "w5isp_a_aprs" {
|
|||
ttl = 86400
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_a_a" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "A"
|
||||
name = "a"
|
||||
content = "204.110.191.223"
|
||||
proxied = false
|
||||
ttl = 86400
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_cname_prop" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "CNAME"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue