Add a secondary domain for plausible less likely to match blockers

Might change things, might not. But it's a fun experiment to try anyway.

Using a custom middleware to override the path due to https://github.com/plausible/analytics/pull/340
This commit is contained in:
Jake Howard
2020-11-25 11:11:29 +00:00
parent 6c27401cd5
commit a81e2793f8
2 changed files with 14 additions and 0 deletions

View File

@ -141,6 +141,14 @@ resource "cloudflare_record" "theorangeonenet_plausible" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_plausible_bare" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "elbisualp"
value = vultr_server.casey.main_ip
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_gitlab_pages" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "pages"