Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{ *arvancloud.Provider }
Provider lets Caddy read and manipulate DNS records hosted by this DNS provider.
func (Provider) CaddyModule ¶
func (Provider) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*Provider) UnmarshalCaddyfile ¶
UnmarshalCaddyfile sets up the DNS provider from Caddyfile tokens. Syntax:
Single API Token
arvancloud <api_key> // Domain read access and domain DNS write for all domains
Single API Token, alternative syntax
arvancloud {
api_key <api_key> // Domain read access and dmain DNS write for all domains
}
Click to show internal directories.
Click to hide internal directories.