Changeset 898 for trunk/DNSDB


Ignore:
Timestamp:
08/11/25 12:57:08 (16 hours ago)
Author:
Kris Deugau
Message:

/trunk

Missed a "." in the BIND export output for SRV records

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB/ExportBIND.pm

    r896 r898  
    601601#    ($host,$val) = __revswap($host,$val) if $revrec eq 'y';
    602602#    print {$zonefiles->{$loc}} "$host  $ttl    IN      SRV     $distance   $weight $port   $val\n" or die $!;
    603     my $recdata = "$host        $ttl    IN      SRV     $distance       $weight $port   $val.\n";
     603    my $recdata = "$host.       $ttl    IN      SRV     $distance       $weight $port   $val.\n";
    604604    __recprint($zonefiles, $loclist, $loc, $recdata);
    605605  } # SRV
Note: See TracChangeset for help on using the changeset viewer.