449 current 2025-06-28 02:35:30 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
resolveLocalQueries = true;
|
||||
settings = {
|
||||
conf-dir = "/var/lib/dnsmasq/conf.d";
|
||||
# listen-address = "127.0.0.1";
|
||||
# port = 53535; # a free address lol
|
||||
listen-address = "127.0.0.1";
|
||||
port = "53535";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
networking.nameservers = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"];
|
||||
|
||||
services.resolved = {
|
||||
# extraConfig = ''
|
||||
# DNS=127.0.0.1:53535 # resolved → dnsmasq, non-standard port OK
|
||||
# '';
|
||||
extraConfig = ''
|
||||
DNS=127.0.0.1:53535 # resolved → dnsmasq, non-standard port OK
|
||||
'';
|
||||
enable = true;
|
||||
dnssec = "true";
|
||||
domains = ["~."];
|
||||
|
||||
Reference in New Issue
Block a user