Update DNS servers

This commit is contained in:
coolneng 2022-11-29 10:04:01 +01:00
parent af6cd31897
commit a75c32c3f5
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ in {
address = "192.168.13.1"; address = "192.168.13.1";
interface = "eth0"; interface = "eth0";
}; };
nameservers = [ "51.158.108.203" "195.10.195.195" ]; nameservers = [ "51.158.108.203" "137.220.55.93" ];
enableIPv6 = false; enableIPv6 = false;
}; };