feat(adguard): point auth.fuku and auth.roboces.dev to nginx reverse proxy

- auth.fuku now resolves to 192.168.1.12 (fuku.nginx) instead of 192.168.1.31

- rename pocketid rewrite to authelia-roboces for auth.roboces.dev
This commit is contained in:
cătălin 2026-08-18 14:37:36 +02:00
commit d13b70f215
No known key found for this signature in database

View file

@ -114,14 +114,14 @@ resource "adguard_rewrite" "vault" {
answer = "192.168.1.12"
}
resource "adguard_rewrite" "pocketid" {
resource "adguard_rewrite" "authelia-roboces" {
domain = "auth.roboces.dev"
answer = "192.168.1.12"
}
resource "adguard_rewrite" "authelia" {
domain = "auth.fuku"
answer = "192.168.1.31"
answer = "192.168.1.12"
}
resource "adguard_rewrite" "dns" {