Skip to main content

@magistr/porkbun

v2026.02.27.1

Porkbun DNS record management with full CRUD for all common record types

Quality score

How well-documented and verifiable this extension is.

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

Install

$ swamp extension pull @magistr/porkbun

porkbun.tsv2026.02.12.1
pingTest API credentials and get your public IP address
listList all DNS records for the domain
getGet DNS records by subdomain and type
ArgumentTypeDescription
subdomainstring
createCreate a new DNS record
ArgumentTypeDescription
subdomainstring
contentstringRecord content (IP, hostname, etc.)
ttlnumber
prionumber
notesstring
updateUpdate an existing DNS record by ID
ArgumentTypeDescription
recordIdstringRecord ID to update
subdomainstring
contentstringNew record content
ttlnumber
prionumber
deleteDelete a DNS record by ID
ArgumentTypeDescription
recordIdstringRecord ID to delete
deleteByNameTypeDelete DNS records by subdomain and type
ArgumentTypeDescription
subdomainstring