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:
parent
abd9a427a2
commit
d13b70f215
1 changed files with 2 additions and 2 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue