Subversion Repositories vgwhois

Rev

Rev 6 | 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
#
2 daniel-mar 9
 
10
# Default: i (interactive)
11
mode="i"
12
 
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.
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
17
recheck_time=259000
18
 
19
# Default: 0
20
force=0
21
 
22
# This option cannot be set in the CLI options
6 daniel-mar 23
trytor=0
2 daniel-mar 24