feat: add gen-certs script and update adguard
This commit is contained in:
parent
7075e08573
commit
abd0e9bb4d
3 changed files with 105 additions and 117 deletions
|
|
@ -17,7 +17,8 @@ terraform {
|
|||
provider "adguard" {
|
||||
host = "dns.fuku"
|
||||
username = "admin"
|
||||
scheme = "http"
|
||||
scheme = "https"
|
||||
insecure = "true"
|
||||
timeout = 5
|
||||
}
|
||||
|
||||
|
|
@ -111,3 +112,13 @@ resource "adguard_rewrite" "vault" {
|
|||
domain = "vault.roboces.dev"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
||||
resource "adguard_rewrite" "pocketid" {
|
||||
domain = "auth.roboces.dev"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
||||
resource "adguard_rewrite" "dns" {
|
||||
domain = "dns.fuku"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue