This commit is contained in:
2025-08-03 15:26:37 -05:00
parent b3f6d1917d
commit 8ab660ed95

View File

@@ -60,12 +60,25 @@
}
];
/*settings = {
settings = {
dns.upstreams = [ "1.1.1.1" "1.0.0.1" ];
};*/
};
};
unbound = {
enable = true;
settings = {
server = {
interface = [ "0.0.0.0" ];
port = 5335;
};
};
};
};
system.stateVersion = "24.05";
};
};