jforman / binder

Django Web Admin Gui for manging BIND DNS Zones
129 stars 41 forks source link

Make the port for DNS queries per server configurable. #22

Closed Dunedan closed 9 years ago

Dunedan commented 9 years ago

While it might not be that common to have a DNS server listening on a non-standard port for DNS queries, it's also useful for local testing.

I used the opportunity to add model migrations as well to enable smooth model upgrades.

jforman commented 9 years ago

Can you split the DNS port configuration abilities commit out from the schema migrations? I'd rather not conflate separate functionality changes in the same commit.

Dunedan commented 9 years ago

I'll do. But to ensure a seamless upgrade with the attribute introduced with this pull request I suggest merging the migration commit before this one.

Dunedan commented 9 years ago

Initial support for migrations is now available as separate pull request: #23