a79ad0d0320e6328a70a5894589ab441fdddafb2
howto/Getting-Started.md
| ... | ... | @@ -307,6 +307,22 @@ nserver: ns2.foo.dn42 |
| 307 | 307 | source: DN42 |
| 308 | 308 | ``` |
| 309 | 309 | |
| 310 | +Before you push your commit to the registry, you can verify your configuration and the working of your authoritative server: |
|
| 311 | + |
|
| 312 | +``` |
|
| 313 | +$ ./validate-my-dns.py FOO-MNT |
|
| 314 | +NOTE: foo.dn42 doesn't have any ds-rdata specified |
|
| 315 | +NOTE: d.6.a.6.2.9.9.4.5.3.d.f.ip6.arpa doesn't have any ds-rdata specified |
|
| 316 | + |
|
| 317 | +Summary: |
|
| 318 | + |
|
| 319 | +domain name | success | dnssec fail | wrong NS | wrong SOA | NXDOMAIN | REFUSED | SERVFAIL | timeout |
|
| 320 | +----------------------------------|---------|-------------|----------|-----------|----------|---------| -------- | ------- |
|
| 321 | + foo.dn42 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
| 322 | + d.6.a.6.2.9.9.4.5.3.d.f.ip6.arpa | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
| 323 | + |
|
| 324 | +``` |
|
| 325 | + |
|
| 310 | 326 | ### Telephony Prefix |
| 311 | 327 | |
| 312 | 328 | (Optional) To register a telephony prefix, create a `telephony` object in the data/telephony directory. telephony attribute must be in full E.164 format (include the '+' symbol). nserver attribute must be lowercase. |