github.com/StackExchange/dnscontrol/v4@v4.11.0/documentation/provider/internetbs.md (about)

     1  DNSControl's Internet.bs provider supports being a Registrar. Support for being a DNS Provider is not included, but could be added in the future.
     2  
     3  ## Configuration
     4  
     5  To use this provider, add an entry to `creds.json` with `TYPE` set to `INTERNETBS`
     6  along with an API key and account password.
     7  
     8  Example:
     9  
    10  {% code title="creds.json" %}
    11  ```json
    12  {
    13    "internetbs": {
    14      "TYPE": "INTERNETBS",
    15      "api-key": "your-api-key",
    16      "password": "account-password"
    17    }
    18  }
    19  ```
    20  {% endcode %}
    21  
    22  ## Metadata
    23  This provider does not recognize any special metadata fields unique to Internet.bs.
    24  
    25  ## Usage
    26  An example configuration:
    27  
    28  {% code title="dnsconfig.js" %}
    29  ```javascript
    30  var REG_INTERNETBS = NewRegistrar("internetbs");
    31  
    32  D("example.com", REG_INTERNETBS,
    33    NAMESERVER("ns1.example.com."),
    34    NAMESERVER("ns2.example.com."),
    35  END);
    36  ```
    37  {% endcode %}
    38  
    39  ## Activation
    40  
    41  Pay attention, you need to define white list of IP for API. But you always can change it on `My Profile > Reseller Settings`