Subversion Repositories vgwhois

Rev

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

Rev 103 Rev 131
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-2022 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
5
#  (c) 2012-2023 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 18... Line 18...
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
# GP: whois.nic.gp does not work (only accepts internal connections),
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
22
#     therefore we made the program "mq_gf_gp" that fetches the result from www.dom-enic.com
-
 
23
# MO: whois.monic.mo does not show personal information anymore, therefore rather show notice with a link to the CAPTCHA protected page
23
EXCLUDE_WHOIS=GP
24
EXCLUDE_WHOIS=GP MO xn--mix891f
24
 
25
 
25
# --- These values are used by "whois-ping" subprogram
26
# --- These values are used by "whois-ping" subprogram
26
 
27
 
27
# After which time should we notice a whois server as "dead" (seconds)
28
# After which time should we notice a whois server as "dead" (seconds)
28
# 432000 = 5 days
29
# 432000 = 5 days