15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"comment": "Static DNS overrides for the homelab Pi-hole (applied by the ddns updater).",
|
|
"hosts": {
|
|
"kafkabridge": "10.0.3.7",
|
|
"k3s-control": "10.0.1.10",
|
|
"gitea": "10.0.2.21",
|
|
"ntfy": "10.0.2.30"
|
|
},
|
|
"domains": [
|
|
"reeseapps.com",
|
|
"homelab.lan"
|
|
],
|
|
"expiry_days": 365
|
|
}
|