System: Don't use local DNS server for servenix and thinknix (they should be reliable)
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
interface = "ens18";
|
||||
ips = ["192.168.86.25/24"];
|
||||
routers = ["192.168.86.5"];
|
||||
nameservers = ["192.168.86.26" "8.8.8.8"];
|
||||
nameservers = ["8.8.8.8"]; # NOTE: Use reliable DNS for servers instead of 192.168.86.26
|
||||
routable = true;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user