chore: Fix IP Address

This commit is contained in:
2025-07-31 10:25:59 +10:00
parent e5069daae7
commit 45b61bb067

View File

@ -8,7 +8,7 @@ $DhcpStartRange = "192.168.100.100"
$DhcpEndRange = "192.168.100.199"
$DhcpSubnetMask = "255.255.255.0"
$DhcpGateway = "192.168.100.1"
$DhcpDnsServer = "192.168.1000.2" # This server's static IP
$DhcpDnsServer = "192.168.100.2" # This server's static IP
$DefaultOUPath = "DC=LAB,DC=local"
$LABOU = "OU=LAB,$DefaultOUPath"