Brian Bustin
be586e4006
Fixed issue with domain tests caused by get_secondary_ns now returning a list.
2015-07-01 22:12:02 -04:00
Brian Bustin
f9c078c3aa
Some secondary DNS hosting providers like DNS Made Easy provide different IP addresses for notifies and zone transfers. Added the ability to add these in the custom.yaml, but purposely did not expose it in the UI as it would probably serve to confuse the majority of people.
...
The format in the custom.yaml file for the IPs to send notifies and allow zone transfers to (but that we do not want NS records created for) is like this:
_secondary_notify_xfr:
A:
- 1.1.1.1
- 2.2.2.2
2015-07-01 21:55:54 -04:00
Brian Bustin
32a6ebe2ca
Now accepts one or more secondary nameservers. Works from the web interface.
2015-07-01 21:16:28 -04:00
Brian Bustin
c23c1c311e
no message
2015-07-01 15:10:12 -04:00
Brian Bustin
ac5921051c
no message
2015-07-01 15:06:28 -04:00
Brian Bustin
e1a545d9d4
Initial backend changes to make it possible to have one or more secondary name servers
2015-07-01 15:02:40 -04:00