Fix bind address of adguardhome
This commit is contained in:
parent
a36f263fce
commit
4ff15c64ad
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue