1
0
mirror of http://code.capytal.cc/dot013/spacestation.git synced 2026-06-08 15:20:23 -03:00

feat: set up upstream dns and binds

This commit is contained in:
Guz
2025-09-13 22:11:44 -03:00
parent f4e434c720
commit 9c7b53bf0b

View File

@@ -18,6 +18,14 @@ in {
}
];
theme = "dark";
dns = {
bind_hosts = [
"127.0.0.1"
(elemAt config.networking.interfaces."eno1".ipv4.addresses 0).address
"100.86.139.22"
];
upstram_dns = ["9.9.9.9"];
};
filtering = {
rewrites = mapAttrsToList (domain: answer: {inherit domain answer;}) {
"abaduh.local" = "100.86.139.22";