I am currently adding dmarc records to all domains on our servers and have been following the suggestion in Update all zones with dmarc record
Now this seems to write the correct record to the dns
Now I know this is an old post but as im running thru adding dmarc records to my servers i noticed that the serialize bump
doesn't appear to work when running in a cluster because the moment i restart named and run a synchronize all records to all servers run the old dns from the other servers in the cluster overwrites the changes
has the serialize function changed or am i missing a step or something?
Now this seems to write the correct record to the dns
Now I know this is an old post but as im running thru adding dmarc records to my servers i noticed that the serialize bump
Code:
# find /var/named/*.db -mtime -1 -exec perl -pi -e 'if (/^\s+(\d{10})\s+;\s+serial/i) { my $i = $1+1; s/$1/$i/;}' '{}' \;
has the serialize function changed or am i missing a step or something?