An open API service indexing awesome lists of open source software.

https://github.com/centralnicgroup-opensource/rtldev-middleware-dnscontrol-dnsconfig

dns config for test / demo purposes of our provider module
https://github.com/centralnicgroup-opensource/rtldev-middleware-dnscontrol-dnsconfig

Last synced: 4 months ago
JSON representation

dns config for test / demo purposes of our provider module

Awesome Lists containing this project

README

        

# dnscontrol-dnsconfig

DNS configuration for test / demo purposes of our provider module

Preview changes that would be submitted:

```bash
dnscontrol preview
```

Push the changes to your providers:

```bash
dnscontrol push
```

## Example configuration

Use ipaddress setting in case of active ip address filter settings.

```json
{
"CNR": {
"apilogin": "yourusername",
"apipassword": "yourpassword",
"apientity": "OTE", // for OT&E system; use "LIVE" for LIVE system
// "debugmode": "0", // "1" to activate
}
}
```