Ignore:
Timestamp:
07/20/10 11:29:32 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

More tidyups:

  • Add $IPDB::hostmaster for rWHOIS
  • Fix typo in MyIPDB.pm for orgname -> org_name
  • Use $IPDB::domain and $IPDB::hostmaster in db2rwhois.pl creating the SOA file
File:
1 edited

Legend:

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

    r434 r437  
    2525# Set some globals declared in IPDB.pm.  Most of these only affect mailNotify().
    2626# Note that while you *can* leave these at defaults, it's probably a Really Bad Idea.
    27 #$IPDB::orgname = "Bob's Big Bonaza";
     27#$IPDB::org_name = "Bob's Big Bonaza";
    2828#$IPDB::smtphost = '127.0.0.1';
    2929#$IPDB::domain = 'bob.com';
     
    4040#$IPDB::org_techhandle = 'ISP-ARIN-HANDLE';
    4141#$IPDB::org_email = 'noc@example.com';
     42#$IPDB::hostmaster = 'dns@example.com';
    4243
    4344# Logging destination.  Defaults to local2.  See your local syslog docs for valid facilities.
Note: See TracChangeset for help on using the changeset viewer.