Host statping outside home

This commit is contained in:
Jake Howard
2020-04-26 15:37:28 +01:00
parent 7c6abc33fe
commit bfce9e1cbf
5 changed files with 6 additions and 23 deletions

View File

@ -21,7 +21,7 @@ resource "cloudflare_record" "theorangeonenet_go" {
resource "cloudflare_record" "theorangeonenet_stats" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "stats"
value = vultr_server.casey.main_ip
value = vultr_server.grimes.main_ip
type = "A"
ttl = 1
}