Subversion Repositories vgwhois

Rev

Rev 22 | Rev 131 | 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
#
103 daniel-mar 5
#  (c) 2012-2022 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
5 daniel-mar 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
 
103 daniel-mar 21
# GP: whois.nic.gp does not work (only accepts internal connections),
22
#     therefore we made the program "mq_gf_gp" that fetches the result from www.dom-enic.com
23
EXCLUDE_WHOIS=GP
2 daniel-mar 24
 
25
# --- These values are used by "whois-ping" subprogram
26
 
27
# After which time should we notice a whois server as "dead" (seconds)
28
# 432000 = 5 days
29
WHOIS_SERVER_DEAD_AFTER=432000
30
 
31
# After which time should we recheck the whois server
32
# 604800 = 7 days
33
RECHECK_AFTER=604800