Changeset 780 for trunk/cgi-bin/IPDB.pm


Ignore:
Timestamp:
10/07/15 18:12:25 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

  • Revert most examples in MyIPDB.pm to defaults.
  • Add new flag to retrieve/show unique/custom per-IP rDNS on IP pools rather than having to either visit each IP individually or use the primary DNS management UI
  • Add final safety valve in the UI to limit per-IP rDNS lists to 1K (10 bits). Even a /26 is a bit slow; a /24 takes over a second even on lightly-loaded hardware over local loopback.
File:
1 edited

Legend:

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

    r775 r780  
    117117# (eg, NetAddr::IP->bits - NetAddr::IP->masklen)
    118118our $maxrevlist = 5;  # /27
     119
     120# Display the per-IP rDNS list on all block types even when it might not
     121# make sense (typically for IP pools, where the per-IP entries are available
     122# from each IP's edit page)
     123our $revlistalltypes = 0;
    119124
    120125# UI layout for subblocks/containers
Note: See TracChangeset for help on using the changeset viewer.