properly got pi traefik/authelia working, need to migrate nuc to that setup.

switch pihole to technitium dns server
This commit is contained in:
2024-01-08 20:38:58 +00:00
parent f26bfb2063
commit 69348652df
14 changed files with 610 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
{
"cloudflare": [
{
"authentication": {
"api_token": "api_token_here", // Either api_token or api_key
"api_key": {
"api_key": "api_key_here",
"account_email": "email@address.com"
}
},
"zone_id": "XXXXX",
"zone_friendly": "domain.tld",
"subdomains": [
{
"name": "home",
"proxied": false
}
]
}
],
"a": true,
"aaaa": true,
"purgeUnknownRecords": false,
"ttl": 300
}