1

System/Thinknix: Add fallback dns server (google)

This commit is contained in:
2025-07-10 03:19:59 +02:00
parent 82ffe7caba
commit e26380347e

View File

@ -41,7 +41,7 @@
interface = "ens18"; interface = "ens18";
ips = ["192.168.86.26/24"]; ips = ["192.168.86.26/24"];
routers = ["192.168.86.5"]; routers = ["192.168.86.5"];
nameservers = ["127.0.0.1"]; nameservers = ["127.0.0.1" "8.8.8.8"];
routable = true; routable = true;
}; };
}; };