@accelerated-software-development/caddy-api-client - v0.10.0
    Preparing search index...

    Interface PorkbunDnsProviderConfig

    Provider facilitates DNS record manipulation with Porkbun.

    interface PorkbunDnsProviderConfig {
        api_key?: string;
        api_secret_key?: string;
    }
    Index

    Properties

    api_key?: string
    api_secret_key?: string