mhofer117 / ispconfig-ddns-module

ISPConfig module to support Dynamic DNS updates for users
MIT License
30 stars 5 forks source link

Data Log History #9

Closed thompol closed 1 year ago

thompol commented 1 year ago

It seems like the changes to the dns_rr table are not logged in the Data Log History of ISPConfig. I think this would be a very welcome addition, so you can see when the last changes were done easily.

mhofer117 commented 1 year ago

Just checked and the data log history entries are created on my server for both dns_rr and dns_soa updates. Are you sure the DNS entry was actually updated and the IP was not already correct?

mhofer117 commented 1 year ago

The only issue I see is it is logged for the admin user, not the user the token is assigned to. Will check if I can fix that.

mhofer117 commented 1 year ago

With the latest release v1.3.0, the correct user should be logged.

thompol commented 1 year ago

You are correct, thanks. Great and quick work!