Fix ns6 template zonefile

The template zone file for server ns6 should have the ns6 domain
name, not ns3.
This commit is contained in:
Matthijs Mekking
2020-04-07 15:34:13 +02:00
parent 87c05fa62f
commit 8d3c0156f4

View File

@@ -16,8 +16,8 @@ $TTL 300
3600 ; minimum (1 hour) 3600 ; minimum (1 hour)
) )
NS ns3 NS ns6
ns3 A 10.53.0.3 ns6 A 10.53.0.6
a A 10.0.0.1 a A 10.0.0.1
b A 10.0.0.2 b A 10.0.0.2