adding a record to the zonefile and restarting the server doesn't propigate the update · Issue #6 · RyanGibb/eon · GitHub
More Web Proxy on the site http://driver.im/
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
So the issue is in the primary we aren't re-sending the zonefile as updates on restoring secondary capabilities. I've just pushed a quick fix that re-sends the zonefiles as updates when restoring a secondary capability (which the primary does after restarting) 8ff9899. This won't work for removing records, though, so I think some functionality to clear the zone before sending would be appropriate. Also this will send the zonefile even if nothing has changed -- we could support serial numbers (or just do a hash of the zonefile -- I don't think we really need serial numbers) and only send the updated zone if it's changed.
No description provided.
The text was updated successfully, but these errors were encountered: