Add plausible analytics

This commit is contained in:
Jake Howard
2020-07-21 20:55:44 +01:00
parent 74d40ac915
commit 9ee4e1c14b
6 changed files with 94 additions and 0 deletions

View File

@ -156,3 +156,11 @@ resource "cloudflare_record" "theorangeonenet_rng" {
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_plausible" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "plausible"
value = vultr_server.casey.main_ip
type = "A"
ttl = 1
}