For the complete documentation index, see llms.txt. This page is also available as Markdown.

Infomaniak

This is the provider for Infomaniak.

Configuration

To use this provider, add an entry to creds.json with TYPE set to INFOMANIAK along with a Infomaniak account personal access token.

Examples:

creds.json
{
  "infomaniak": {
    "TYPE": "INFOMANIAK",
    "token": "your-infomaniak-account-access-token",
  }
}

Metadata

This provider does not recognize any special metadata fields unique to Infomaniak.

Usage

An example configuration:

dnsconfig.js
var REG_NONE = NewRegistrar("none");
var DSP_INFOMANIAK = NewDnsProvider("infomaniak");

D("example.com", REG_NONE, DnsProvider(DSP_INFOMANIAK),
    A("test", "1.2.3.4"),
);

Activation

DNSControl depends on a Infomaniak account personal access token.

Feature Summary

Last updated