mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
SOA serial tweak.
This commit is contained in:
@@ -420,8 +420,10 @@ void lease_update_dns(int force)
|
|||||||
|
|
||||||
if (daemon->port != 0 && (dns_dirty || force))
|
if (daemon->port != 0 && (dns_dirty || force))
|
||||||
{
|
{
|
||||||
|
#ifndef HAVE_BROKEN_RTC
|
||||||
/* force transfer to authoritative secondaries */
|
/* force transfer to authoritative secondaries */
|
||||||
daemon->soa_sn++;
|
daemon->soa_sn++;
|
||||||
|
#endif
|
||||||
|
|
||||||
cache_unhash_dhcp();
|
cache_unhash_dhcp();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user