This commit is contained in:
2024-07-24 11:55:00 +02:00
parent fdda6d3caa
commit a54a56ca6a
13 changed files with 84 additions and 24 deletions

View File

@@ -97,6 +97,10 @@ let
"\"shellyrgbw2-bedroom-1.cloonar.smart IN A 10.42.100.36\""
"\"shellyrgbw2-bedroom-2.cloonar.smart IN A 10.42.100.37\""
"\"shellyrgbw2-bedroom-3.cloonar.smart IN A 10.42.100.38\""
"\"shellycolorbulb-bedroom-1.cloonar.smart IN A 10.42.100.39\""
"\"shellycolorbulb-bedroom-2.cloonar.smart IN A 10.42.100.40\""
"\"shellycolorbulb-bedroom-3.cloonar.smart IN A 10.42.100.41\""
"\"shellycolorbulb-bedroom-4.cloonar.smart IN A 10.42.100.42\""
# bath
"\"shellyswitch25-bath-1.cloonar.smart IN A 10.42.100.49\""
"\"shellybulbduo-bath-1.cloonar.smart IN A 10.42.100.50\""
@@ -142,6 +146,13 @@ let
# ssl-upstream = "yes";
};
forward-zone = [
{
name = "local.ghetto.at.";
forward-tls-upstream = "no";
forward-addr = [
"10.43.97.1"
];
}
{
name = "ghetto.at.local.";
forward-tls-upstream = "no";
@@ -181,14 +192,9 @@ let
name = ".";
forward-tls-upstream = "yes";
forward-first = "no";
# forward-addr = "104.16.248.249@853#cloudflare-dns.com";
forward-addr = [
"9.9.9.9@853#dns9.quad9.net"
"149.112.112.11@853#dns11.quad9.net"
# "9.9.9.9@853"
# "149.112.112.11@853"
# "9.9.9.9"
# "149.112.112.11"
];
}
];