You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PdnsApiAuthenticator update_soa increments the serial in the SOA content even if the value is 0. 0 is a special value where the serial is bases on the latest change_date from the records for the domain. If split[2] == 0 this method shouldn't do anything to the SOA record.
The text was updated successfully, but these errors were encountered:
PdnsApiAuthenticator update_soa increments the serial in the SOA content even if the value is 0. 0 is a special value where the serial is bases on the latest change_date from the records for the domain. If split[2] == 0 this method shouldn't do anything to the SOA record.
The text was updated successfully, but these errors were encountered: