Subversion Repositories vgwhois

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
11 daniel-mar 1
#
2
#  VGWhoIs (ViaThinkSoft Global WhoIs, a fork of generic Whois / gwhois)
3
#  Maintenance / Developer utilities
4
#
5
#  (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
6
#
7
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
8
#
9
 
10
# Only for IPv4 and IPv6
11
INCLUDE_BLOCK_RANGE_COMMENTS=0
12
 
13
# Only for IPv4 and IPv6
14
USE_IANA_DATA=1
15
 
16
# Only for IPv4 and IPv6
17
# STRONGLY RECOMMENDED
18
USE_RIR_STAT_DATA=1
19
 
20
# 24/8 instead of 24.0.0.0/8
21
IPV4_SHORT_FORM=1
22
 
23
# For all
24
# Shows more than just 2 lines information about network objects!
25
ENABLE_UNFILTERED_ARIN_OUTPUT=1
26
 
27
# For all
28
# E-Mail addresses are shown (but are protected by VGWhoIs itself by default)
29
ENABLE_UNFILTERED_RIPE_OUTPUT=1
30
 
31
# For generate_domains only
32
DOMAINS_RECHECK_MISSING_WHOIS_SERVERS=7 # days
33
TRY_FINDING_HIDDEN_WHOIS_SERVERS=1