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
Right now, DnsUpdater::delete does not allow deleting only a specific record type or content. My usecase is for a dynamic dns daemon. If the IPv4 address changes, I want to remove the previous A record and set a new one, but leave the IPv6 address unchanged, and the other way around if the IPv6 address changed instead. Right now, this is not supported afaict.
The text was updated successfully, but these errors were encountered:
Right now,
DnsUpdater::delete
does not allow deleting only a specific record type or content. My usecase is for a dynamic dns daemon. If the IPv4 address changes, I want to remove the previous A record and set a new one, but leave the IPv6 address unchanged, and the other way around if the IPv6 address changed instead. Right now, this is not supported afaict.The text was updated successfully, but these errors were encountered: