Share

Webmin BIND 9 dynamic DNS module

Tracker: Bugs

5 b9ddns disallows updates incorrectly - ID: 1899661
Last Update: Tracker Item Submitted ( nobody )

If the Bind zone's allow-updates includes 127.0.0.1 but not localhost, than
b9ddns will refuse to apply updates to the zone.
To fix this, I think line 1602 of records-lib.pl should be changed from
if ($entry eq 'any' || $entry eq 'localhost' || $entry eq 'localnets') {
to
if ($entry eq 'any' || $entry eq 'localhost' || $entry eq '127.0.0.1' ||
$entry eq 'localnets') {

I can be reached at hufw@msoe.edu


Nobody/Anonymous ( nobody ) - 2008-02-22 15:03

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.