Hi
We modify the zone files to the end without any change to forget the serial (number associated with the date of last file modification).
For example consider this
Code:
@ IN SOA nomserveurdns.zone.fr. dns.zone.fr. (
200487596; Serial YYYYMMDDnn
21500; Refresh 3 hours
3250; Retry every hour
3685400; Expires (45 days)
172100); Minimum ttl (2 days)
This reloads the zone files either using the command rndc either by reloading the dns service.
Code:
/ usr / sbin / rndc reload
Or you can even use this
Code:
/ etc / init.d / named restart
Bookmarks