Subversion Repositories vgwhois

Rev

Rev 7 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 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
IANA_TLD_REGISTRY="https://data.iana.org/TLD/tlds-alpha-by-domain.txt"
10
IANA_TLD_REGISTRY="https://data.iana.org/TLD/tlds-alpha-by-domain.txt"
11
IANA_AS_NUMBERS="https://www.iana.org/assignments/as-numbers/as-numbers.txt"
11
IANA_AS_NUMBERS="https://www.iana.org/assignments/as-numbers/as-numbers.txt"
12
IANA_IPV4_ASSIGNMENTS="https://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.txt"
12
IANA_IPV4_ASSIGNMENTS="https://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.txt"
13
IANA_IPV6_ASSIGNMENTS="https://www.iana.org/assignments/ipv6-unicast-address-assignments/ipv6-unicast-address-assignments.txt"
13
IANA_IPV6_ASSIGNMENTS="https://www.iana.org/assignments/ipv6-unicast-address-assignments/ipv6-unicast-address-assignments.txt"
14
DELETED_TLD_LIST="https://whois.viathinksoft.de/iana-utils/tld-watcher/tld_deleted_list.php"
14
DELETED_TLD_LIST="https://whois.viathinksoft.de/iana-utils/tld-watcher/tld_deleted_list.php"
15
ROOT_WHOIS_SERVER_LIST="https://whois.viathinksoft.de/iana-utils/root-whois-watcher/root_whois_list.php"
15
ROOT_WHOIS_SERVER_LIST="https://whois.viathinksoft.de/iana-utils/root-whois-watcher/root_whois_list.php"
16
IANA_TLD_ENTRY="https://www.iana.org/domains/root/db/%s"
16
IANA_TLD_ENTRY="https://www.iana.org/domains/root/db/%s"
17
IANA_TLD_FOLDER="https://data.iana.org/TLD/"
17
IANA_TLD_FOLDER="https://data.iana.org/TLD/"
18
 
18