Feature #3534
openDDNS using arbitrary zone primary
0%
Description
Currently, the zone primary is taken from the client zone configuration (fields DNS servers for primary and secondary).
I'm running dnsmasq for all resolving purposes, but redirect to a non-recursive master bind server for local name services, so client-DNS isn't the same as the ddns zone master.
I made a little hack so that I can assign a ddns-primary that replaces the system wide dns in the ddns zone definition.
Patch against 2.1 attached.
Files
Updated by Renato Botelho almost 9 years ago
Please submit proposed patches using github pull request tool. It's much easier to developers to review and apply changes.
Updated by Chris Buechler almost 9 years ago
- Target version deleted (
2.1.1) - Affected Version deleted (
All)
Please submit the pull request on the master branch, the RELENG_2_1 branch is for bug fixes only.
Updated by Andreas Pflug over 8 years ago
Please consider spending 7 seconds on a glance at the few lines I posted, it's really trivial. I'm not inclined to pull a whole project for this.
if ($dhcpifconf['ddnsprimary'] <> "")
$primary = $dhcpifconf['ddnsprimary'];
and add a ddnsprimary field to the gui.