Subversion Repositories vgwhois

Rev

Rev 11 | Rev 103 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 daniel-mar 1
#
11 daniel-mar 2
#  VGWhoIs (ViaThinkSoft Global WhoIs, a fork of generic Whois / gwhois)
5 daniel-mar 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
 
2 daniel-mar 10
# --- These values are used by "qa-monitor" subprogram
11
 
12
# Diese offiziell bei der IANA eingetragenen
13
# Whois server sind entweder kaputt oder sind durch was
14
# besseres/informativeres ersetzt worden und müssen daher nicht
15
# einkommentiert sein.
16
#
17
# Diese Liste sollte ständig geprüft werden:
18
# 1) ist der fragwürdige whois server immer noch in der IANA root db? (wenn nein, dann hat sich das problem wahrscheinlich schon gelöst und der eintrag kann verschwinden)
19
# 2) gibt es immer noch das problem?
20
 
21
# VU: The subprogram "vu" does show more verbose information
22
# MQ and GF: The whois server whois.mediaserv.net only shows "NO OBJECT FOUND!"
22 daniel-mar 23
# GE: The whois output of whois.registration.ge and nic.net.ge miss some information.
24
#     Therefore, the website is shown using the method "cgi".
2 daniel-mar 25
#     The whois server whois.itdc.ge always shows a syntax error
22 daniel-mar 26
EXCLUDE_WHOIS=VU MQ GF GE
2 daniel-mar 27
 
28
# --- These values are used by "whois-ping" subprogram
29
 
30
# After which time should we notice a whois server as "dead" (seconds)
31
# 432000 = 5 days
32
WHOIS_SERVER_DEAD_AFTER=432000
33
 
34
# After which time should we recheck the whois server
35
# 604800 = 7 days
36
RECHECK_AFTER=604800