@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/porkbunporkbun.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
| Argument | Type | Description |
|---|---|---|
| subdomain | string |
createCreate a new DNS record
| Argument | Type | Description |
|---|---|---|
| subdomain | string | |
| content | string | Record content (IP, hostname, etc.) |
| ttl | number | |
| prio | number | |
| notes | string |
updateUpdate an existing DNS record by ID
| Argument | Type | Description |
|---|---|---|
| recordId | string | Record ID to update |
| subdomain | string | |
| content | string | New record content |
| ttl | number | |
| prio | number |
deleteDelete a DNS record by ID
| Argument | Type | Description |
|---|---|---|
| recordId | string | Record ID to delete |
deleteByNameTypeDelete DNS records by subdomain and type
| Argument | Type | Description |
|---|---|---|
| subdomain | string |