Subversion Repositories vgwhois

Rev

Rev 5 | Rev 22 | 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
# AC: The subprogram "ac" shows more verbose information than the whois server (like creation date)
22
# SH: "sh" has the same problem as "ac" -- they are probably using the same software since the output looks equal
23
# VU: The subprogram "vu" does show more verbose information
24
# MQ and GF: The whois server whois.mediaserv.net only shows "NO OBJECT FOUND!"
25
# GE: The whois server whois.registration.ge only shows "NO OBJECT FOUND!". Therefore, the subprogram "ge" parses the website.
26
#     The whois server whois.itdc.ge always shows a syntax error
27
EXCLUDE_WHOIS=AC SH VU MQ GF GE
28
 
29
# --- These values are used by "whois-ping" subprogram
30
 
31
# After which time should we notice a whois server as "dead" (seconds)
32
# 432000 = 5 days
33
WHOIS_SERVER_DEAD_AFTER=432000
34
 
35
# After which time should we recheck the whois server
36
# 604800 = 7 days
37
RECHECK_AFTER=604800