Disable resolved stub so adguardhome can take over.
This commit is contained in:
parent
01d4dd8936
commit
24658bf58c
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
resolved = {
|
||||
# Disable local DNS stub listener on 127.0.0.53
|
||||
extraConfig = ''
|
||||
DNSStubListener=no
|
||||
'';
|
||||
};
|
||||
adguardhome = {
|
||||
enable = true;
|
||||
port = 80;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue