fixing jeeves dns #10

Merged
Richie merged 3 commits from bugfix/fixing-jeeves-dns into main 2026-06-04 19:27:32 -04:00
Showing only changes of commit 33e4b37cce - Show all commits
+7
View File
@@ -46,8 +46,15 @@
"10-1GB_Primary" = {
matchConfig.Name = "enp97s0f1";
address = [ "192.168.99.14/24" ];
dns = [
"192.168.99.1"
"2600:4040:abfb:d700::1"
];
routes = [ { Gateway = "192.168.99.1"; } ];
vlan = [ "internet-vlan" ];
dhcpV4Config.UseDNS = false;
dhcpV6Config.UseDNS = false;
ipv6AcceptRAConfig.UseDNS = false;
linkConfig.RequiredForOnline = "routable";
};
"50-internet-vlan" = {