Subversion Repositories vgwhois

Rev

Rev 22 | Rev 131 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 103
Line 1... Line 1...
1
#
1
#
2
#  VGWhoIs (ViaThinkSoft Global WhoIs, a fork of generic Whois / gwhois)
2
#  VGWhoIs (ViaThinkSoft Global WhoIs, a fork of generic Whois / gwhois)
3
#  Maintenance / Developer utilities
3
#  Maintenance / Developer utilities
4
#
4
#
5
#  (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
5
#  (c) 2012-2022 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
6
#
6
#
7
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
7
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
8
#
8
#
9
 
9
 
10
# --- These values are used by "qa-monitor" subprogram
10
# --- These values are used by "qa-monitor" subprogram
Line 16... Line 16...
16
#
16
#
17
# Diese Liste sollte ständig geprüft werden:
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)
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?
19
# 2) gibt es immer noch das problem?
20
 
20
 
21
# VU: The subprogram "vu" does show more verbose information
21
# GP: whois.nic.gp does not work (only accepts internal connections),
22
# MQ and GF: The whois server whois.mediaserv.net only shows "NO OBJECT FOUND!"
-
 
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".
22
#     therefore we made the program "mq_gf_gp" that fetches the result from www.dom-enic.com
25
#     The whois server whois.itdc.ge always shows a syntax error
-
 
26
EXCLUDE_WHOIS=VU MQ GF GE
23
EXCLUDE_WHOIS=GP
27
 
24
 
28
# --- These values are used by "whois-ping" subprogram
25
# --- These values are used by "whois-ping" subprogram
29
 
26
 
30
# After which time should we notice a whois server as "dead" (seconds)
27
# After which time should we notice a whois server as "dead" (seconds)
31
# 432000 = 5 days
28
# 432000 = 5 days