Update DNS servers

This commit is contained in:
coolneng 2022-06-28 01:39:34 +02:00
parent 140a3a2ac0
commit 32b37d82ea
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.1.1";
interface = "eth0";
};
nameservers = [ "195.10.195.195" "165.22.224.164" ];
nameservers = [ "51.158.108.203" "195.10.195.195" ];
enableIPv6 = false;
};