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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user