Re: Overriding TTL per resource-record on slave

2016-07-25 Thread Matus UHLAR - fantomas
On 25.07.16 22:44, blrmaani wrote: We slave a zone and would like to override default TTL for bunch of resource-records. What is the right way to do it? there's no "default TTL" on recourse records, there's only TTL on resource records, and the "default TTL" on master server, that uses it for

Overriding TTL per resource-record on slave

2016-07-25 Thread blrmaani
We slave a zone and would like to override default TTL for bunch of resource-records. What is the right way to do it? For example, here are few records for which we have to customize TTLs: host1.zone1.com.: default_ttl = 300 preferred_ttl = 3600 host2.zone1.com: default_ttl = 300 pref

Re: BIND 9 API & GUI

2016-07-25 Thread David Ford
i have a project i'm in the middle of developing a project that uses postgresql as the dlz backend and has a web interface. it works for most day-to-day operations for zone edits (GUI zone add/remove not yet in place) and it is multi-user concurrent and uses a small middleware to replicate to multi

Re: BIND 9 API & GUI

2016-07-25 Thread /dev/rob0
On Mon, Jul 25, 2016 at 03:36:06PM -0600, Kirk wrote: > I have been looking for a way to provide both an API and a GUI > interface for my multi-master/slave BIND infrastructure. > > There are obviously many GUI options, but finding a solution that > will allow for external programs to add/change

BIND 9 API & GUI

2016-07-25 Thread Kirk
I have been looking for a way to provide both an API and a GUI interface for my multi-master/slave BIND infrastructure. There are obviously many GUI options, but finding a solution that will allow for external programs to add/change/delete records (API), and allow administrators to manually ma