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
- Host: GitHub
- URL: https://github.com/centralnicgroup-opensource/rtldev-middleware-dnscontrol-dnsconfig
- Owner: centralnicgroup-opensource
- License: mit
- Created: 2018-08-01T08:37:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T13:50:45.000Z (6 months ago)
- Last Synced: 2025-01-17T14:55:40.019Z (6 months ago)
- Language: Shell
- Size: 83 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
}
```