1

System/Servenix: Add fallback dns server (google)

This commit is contained in:
2025-07-10 03:19:42 +02:00
parent cdd74b7837
commit b04ef8e2d8

View File

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