Ignore:
Timestamp:
02/15/17 14:15:32 (7 years ago)
Author:
Kris Deugau
Message:

/trunk

First pass safety fence to help prevent "missing" forward records. If a
DNS entry is passed as an unqualified name, the A part of the A+PTR
metarecord gets dropped since there will be no match in the domain list.

This adds a setting, defaulting to enabled, to append the default domain
to unqualified names in the main rDNS field on add and update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/MyIPDB.pm

    r893 r902  
    9797#$IPDB::billinglink = 'https://billing.example.com/radius.pl';
    9898
     99## Append default domain to unqualified DNS names?  (ie, names without dots)
     100# Disabling this can result in DNS names that get "lost", due to downconversion from A+PTR to PTR. 
     101#$IPDB::append_domain = 1;
     102
    99103## connectDB_My()
    100104# Wrapper for IPDB::connectDB
Note: See TracChangeset for help on using the changeset viewer.