Tags: libdns/porkbun
Tags
feat: Add zone listing functionality to the provider (#17) * feat: Add zone listing functionality to the provider * Update client.go error to use fmt.ErrorF Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
fix: SetRecords needs to support creating too (#16) * fix: SetRecords needs to support creating too * chore: ensure the records to create aren't there * Update error formatting in client.go Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
Upgrade to libdns 1.0 (#14) * Upgrade to libdns 1.0 Fixes #13 * Properly convert porkbun SRV records to libdns records * Add tests for porkbun record to libdns record conversion * Move @ name parsing to function * Correctly convert libdns record back to porkbun record * fixup! Move @ name parsing to function * fixup! Correctly convert libdns record back to porkbun record * fixup! Add tests for porkbun record to libdns record conversion * Fetch test record if it already exists