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
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use