I have created a DNS zone file called 'goodday.zone' and trying to resolve the domain name to an local IP address '10.25.232.142' . But this is not resolving as desired. Please tell me your suggestions .
Here is how the file looks like. Zone file name goodday.zone
$TTL 3H
@ IN SOA @ goodday (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
NS goodday
A 10.25.232.142
AAAA ::1