Fix bind address of adguardhome

This commit is contained in:
Evie Litherland-Smith 2024-11-28 07:33:35 +00:00
parent a36f263fce
commit 4ff15c64ad

View file

@ -9,7 +9,7 @@
dns = { dns = {
bind_hosts = [ bind_hosts = [
"127.0.0.1" "127.0.0.1"
"192.168.1.230" "192.168.0.31"
]; ];
bootstrap_dns = [ bootstrap_dns = [
"9.9.9.9" "9.9.9.9"
@ -20,7 +20,7 @@
rewrites = [ rewrites = [
{ {
domain = "xenia.me.uk"; domain = "xenia.me.uk";
answer = "192.168.1.230"; answer = "192.168.0.31";
} }
{ {
domain = "*.xenia.me.uk"; domain = "*.xenia.me.uk";