DNS configuration for test / demo purposes of our provider module.
| Type | Status | Notes |
|---|---|---|
| A | Supported | |
| AAAA | Supported | |
| ALIAS | Supported | |
| CAA | Supported | |
| CNAME | Supported | |
| DHCID | New | RFC 4701 — DHCP identifier |
| DNAME | New | RFC 6672 — subtree delegation |
| LOC | New | RFC 1876 — geographical location |
| MX | Supported | |
| NAPTR | Supported | |
| NS | Supported | |
| PTR | Supported | |
| SRV | Supported | |
| SSHFP | Supported | |
| SVCB | New | RFC 9460 — service binding |
| TLSA | Supported | |
| TXT | Supported |
Preview changes that would be submitted:
dnscontrol previewPush the changes to your providers:
dnscontrol pushcd rtldev-middleware-dnscontrol && go build -buildvcs=false -o ../ && cd ..# Standard integration tests
bash tests/integration.sh
# Integration tests with diff2
bash tests/integration_diff2.shUse ipaddress setting in case of active ip address filter settings.
{
"CNR": {
"apilogin": "yourusername",
"apipassword": "yourpassword",
"apientity": "OTE", // for OT&E system; use "LIVE" for LIVE system
// "debugmode": "0", // "1" to activate
"domain": "yourtestdomain.com"
}
}