Changed Stuff

This commit is contained in:
2026-04-14 14:27:38 +02:00
parent b3ac11ef38
commit 8f28d9927e
6 changed files with 110 additions and 4 deletions

View File

@@ -14,7 +14,10 @@
networkConfig = {
Address = "192.168.2.40/24";
Gateway = "192.168.2.1";
DNS = "192.168.2.2";
DNS = [
"192.168.2.2"
"1.1.1.1"
];
DHCP = "no";
};
};