Update DNS, add wackattack proxy

This commit is contained in:
Felix Albrigtsen 2023-12-25 02:08:15 +01:00
parent ad40d92dff
commit b37ffb7bae
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
networking = {
domain = "home.feal.no";
nameservers = [ "192.168.10.3" "192.168.11.100" "1.1.1.1" ];
nameservers = [ "192.168.10.175" "192.168.10.1" "1.1.1.1" ];
useDHCP = lib.mkDefault false;
};

View File

@ -43,6 +43,6 @@
};
in {
"jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/";
# "wiki.wackattack.eu" = publicProxy "http://pascal.wackattack.home.feal.no/";
"wiki.wackattack.eu" = publicProxy "http://pascal.wackattack.home.feal.no/";
};
}