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
It would be interesting to have the capability of adding some static entries to zones configured as "dynamic". If we try to do it in the way things are right now we end up with a concat::fragment error as the concat was not initialized for the dynamic zone.
The text was updated successfully, but these errors were encountered:
the main issue with that feature is the bind management for the dynamic zones: we have to freeze it, edit it, thaw it and then notify, with a new serial.
None of that logic is present in the module… And, tbh, I don't think we'll have time to do that (this would require native types in order to wrap rndc commands) :/.
It would be interesting to have the capability of adding some static entries to zones configured as "dynamic". If we try to do it in the way things are right now we end up with a concat::fragment error as the concat was not initialized for the dynamic zone.
The text was updated successfully, but these errors were encountered: