Porkbun Configuration
EXPERIMENTAL
The Porkbun provider is untested and currently considered experimental. If you want to help make the Porkbun provider a stable portion of DockNS, please go to https://codeberg.com/BrenekH/DockNS/issues/6 to assist with verification.
HEAD'S UP
If you haven't read the primer on name server configuration, you should read that first as this page builds on the information presented there.
What is Porkbun?
Porkbun is domain registrar which also provides Authoritative Name Server services for domains registered on their service.
Example
[name_servers.porkbun_server]
service = "porkbun"
api_key = "<api key>"
secret_key = "<secret key>"DOCKNS_NS_PORKBUN_SERVER_SERVICE=porkbun
DOCKNS_NS_PORKBUN_SERVER_API_KEY=<api key>
DOCKNS_NS_PORKBUN_SERVER_SECRET_KEY=<secret key>Fields
api_key string required
To obtain an API Key, follow the Porkbun's instructions for generating keys. The api_key field is specifically for Porkbun's API Key, the Secret Key should go in secret_key. Be sure to follow the entire tutorial to enable API access for the domains you want to use with DockNS.
secret_key string required
To obtain a Secret Key, follow the Porkbun's instructions for generating keys. The secret_key field is specifically for Porkbun's Secret Key, the API Key should go in api_key. Be sure to follow the entire tutorial to enable API access for the domains you want to use with DockNS.