Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 701 Bytes

File metadata and controls

21 lines (14 loc) · 701 Bytes

Arvancloud for libdns

Go Reference

This package implements the libdns interfaces for Arvancloud, allowing you to manage DNS records.

Authenticating

This package uses the Apikey authentication method.

The provided apikey must have the DNS administrator and DOMAIN administrator permissions.

permissions

Example Configuration

p := arvancloud.Provider{
    AuthAPIKey: "apikey",
}