Changeset 417 for trunk/cgi-bin/MyIPDB.pm
- Timestamp:
- 06/30/10 17:48:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/MyIPDB.pm
r416 r417 8 8 # Last update by $Author$ 9 9 ### 10 # Copyright (C) 2004-2006 - Kris Deugau 10 # Copyright (C) 2004-2010 - Kris Deugau 11 12 # don't remove! required for GNU/FHS-ish install from tarball 13 ##uselib## 11 14 12 15 use IPDB 2.0 qw(:ALL); … … 24 27 #$IPDB::smtphost = '127.0.0.1'; 25 28 #$IPDB::domain = 'bob.com'; 29 #$IPDB::defcustid = '5554242'; 30 # Globals for db2rwhois.pl 31 #$IPDB::org_street = '123 4th Street'; 32 #$IPDB::org_city = 'Anytown'; 33 #$IPDB::org_prov_state = 'ON'; 34 #$IPDB::org_pocode = 'H0H 0H0'; 35 #$IPDB::org_country = 'CA'; 36 #$IPDB::org_phone = '000-555-1234'; 37 # note: following may also just be a bare email address 38 #$IPDB::org_techhandle = 'ISP-ARIN-HANDLE'; 39 40 # Logging destination. Defaults to local2. See your local syslog docs for valid facilities. 41 # Note that the value here should have the LOG_ prefix removed, and convert to lower-case. 42 # local0 through local7 and user make the most sense. 43 #$IPDB::syslog_facility = 'daemon'; 26 44 27 45 # Keep Perl from complaining.
Note:
See TracChangeset
for help on using the changeset viewer.