catalyst / pdns-cli

Command line client for the PowerDNS HTTPS API
GNU General Public License v3.0
7 stars 5 forks source link

Implements the /notify API endpoint for zones #2

Closed fincham closed 2 years ago

fincham commented 5 years ago

I've moved "notify" in to the zone command file (as it's a per-zone action) and implemented it.

catalystfd commented 5 years ago

Hey, I somehow forgot to set myself as watching this and totally missed this PR

this was implemented in commit e8ecbb93f6717b2ded56138681b7cd83cc8059f0 as we had some trouble updating a particular record before we figured out we needed to notify.

catalystfd commented 5 years ago

I think your approach is actually cleaner and it makes sense to be owned by a zone, so I'll merge it in today.