Update DNS, add wackattack proxy

This commit is contained in:
Felix Albrigtsen 2023-12-25 02:08:15 +01:00 committed by Felix Albrigtsen
parent 5d10f85c18
commit bb2d4138ea
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
networking = { networking = {
domain = "home.feal.no"; 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; useDHCP = lib.mkDefault false;
}; };

View File

@ -43,6 +43,6 @@
}; };
in { in {
"jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/"; "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/";
}; };
} }