Changeset 655


Ignore:
Timestamp:
08/05/14 17:08:19 (10 years ago)
Author:
Kris Deugau
Message:

/trunk

Correctly export records with the host value stored as "@" instead of
skipping them as "out of zone".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r654 r655  
    56925692
    56935693          # Check for out-of-zone data
     5694          $host = $dom if $host eq '@';
    56945695          if ($host !~ /$dom$/) {
    56955696            warn "Not exporting out-of-zone record $host $type $val, $ttl (zone $dom)\n";
Note: See TracChangeset for help on using the changeset viewer.