catalyst / pdns-cli

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

fix disabled and content properties #3

Closed kevinshortnh closed 5 years ago

kevinshortnh commented 5 years ago

I made a small set of changes because the show-rrsets and edit-rrset commands were broken.

Now I can successfully run this command, which was my goal for automation:

pdns -i -k ${PDNS_TOKEN} edit-rrset --ttl $ttl --delete $zone $name $type $content"

catalystfd commented 5 years ago

Thanks for the patch!