feat: add pulse
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run

This commit is contained in:
cătălin 2026-01-28 12:37:28 +01:00
commit aa05c20e2d
No known key found for this signature in database
9 changed files with 195 additions and 46 deletions

View file

@ -85,8 +85,12 @@ resource "adguard_rewrite" "master2" {
answer = "192.168.1.32"
}
resource "adguard_rewrite" "k3m3" {
domain = "k3m3.fuku"
answer = "192.168.1.43"
}
resource "adguard_rewrite" "pulse" {
answer = "pulse.fukurokuju.dev"
domain = "192.168.1.12"
}