Subversion Repositories vgwhois

Rev

Rev 6 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 11
1
#
1
#
2
#  VWhois (ViaThinkSoft 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-2019 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
# Default: i (interactive)
10
# Default: i (interactive)
11
mode="i"
11
mode="i"
12
 
12
 
13
# Default: 3 days
13
# Default: 3 days
14
# Attention: This value should not be exactly in 24h intervals if you use a 24h-cronjob! Always subtract a few minutes.
14
# Attention: This value should not be exactly in 24h intervals if you use a 24h-cronjob! Always subtract a few minutes.
15
# (Otherwise, qa-audit calls will invoke a full check when the user does not want it)
15
# (Otherwise, qa-audit calls will invoke a full check when the user does not want it)
16
# TODO: in the qa-audit, opt out the check via "--never-check", so that CALL_GWI=0 in testcases/single.sh
16
# TODO: in the qa-audit, opt out the check via "--never-check", so that CALL_GWI=0 in testcases/single.sh
17
recheck_time=259000
17
recheck_time=259000
18
 
18
 
19
# Default: 0
19
# Default: 0
20
force=0
20
force=0
21
 
21
 
22
# This option cannot be set in the CLI options
22
# This option cannot be set in the CLI options
23
trytor=0
23
trytor=0
24
 
24