update
This commit is contained in:
parent
ea091c68c9
commit
fc934290b8
3 changed files with 11 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ w5isp_com_zone:
|
|||
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
|
||||
|
|
|
|||
|
|
@ -609,6 +609,14 @@ resource "cloudflare_record" "w5isp_a_vaprs" {
|
|||
proxied = false
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_a_srtm" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "A"
|
||||
name = "srtm"
|
||||
content = "204.110.191.8"
|
||||
proxied = false
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_a_aprs" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "A"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue