From 78f737b01467aa327572802a3c92444e10a9851e Mon Sep 17 00:00:00 2001 From: Alexandre-Simao Date: Tue, 1 Jun 2021 17:05:10 +0200 Subject: [PATCH] Fix: SRV-03 DNS role install --- Guests/SRV-03.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guests/SRV-03.ps1 b/Guests/SRV-03.ps1 index f2c220d..aa14392 100644 --- a/Guests/SRV-03.ps1 +++ b/Guests/SRV-03.ps1 @@ -72,7 +72,7 @@ route add -p 0.0.0.0/0 192.168.128.254 # Install and configure DNS server -Install-WindowsFeature -Name DNS -IncludeManagementTools -includeallsubfeature# +Install-WindowsFeature -Name DNS -IncludeManagementTools -includeallsubfeature #Add-DnsServerPrimaryZone -NetworkID 192.168.128.0/24 -ZoneFile “192.168.128.1.in-addr.arpa.dns” # Zone secondaire