Ignore:
Timestamp:
01/14/15 12:58:58 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Start extending rDNS support to allow entering per-IP reverse names. See #1.

  • configuration for maximum IP list length
  • CSS to support hideable space so longer lists don't distort and confuse the page too much
  • Hideable space on the assignment confirmation page for per-IP fields
  • Generate IP list for assignment confirmation - note we can't do it on the previous page without heavy AJAX (or heavier Javascript) because we don't know what block we're even assigning at that stage.
File:
1 edited

Legend:

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

    r667 r674  
    7272#$IPDB::rpc_url = 'http://dnsadmin.example.com/dns-rpc.cgi';
    7373
     74# Largest inverse CIDR mask length to show per-IP rDNS list
     75# (eg, NetAddr::IP->bits - NetAddr::IP->masklen)
     76# allowing longer than a /27 is probably going to slow things down;  longer than /29 will scroll.
     77#$IPDB::maxrevlist = 8;  # v4 /24
     78
    7479## connectDB_My()
    7580# Wrapper for IPDB::connectDB
Note: See TracChangeset for help on using the changeset viewer.