feat: add audiobooks and photos dns rewrites
This commit is contained in:
parent
3cee21b532
commit
d36233e7b8
1 changed files with 6 additions and 1 deletions
|
|
@ -134,6 +134,11 @@ resource "adguard_rewrite" "ldap" {
|
|||
}
|
||||
|
||||
resource "adguard_rewrite" "audiobooks" {
|
||||
domain = "audiobooks.fuku"
|
||||
domain = "audiobooks.roboces.dev"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
||||
resource "adguard_rewrite" "immich" {
|
||||
domain = "photos.roboces.dev"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue