Subversion Repositories vgwhois

Rev

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

Rev 2 Rev 5
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
#
3
#
4
#  generic Whois - Automatic Pattern Generator RIR file
4
#  VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
-
 
5
#  Maintenance / Developer utilities
5
#
6
#
6
#  (c) 2012-2013 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
7
#  (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
7
#
8
#
8
#  Distribution, usage etc. pp. regulated by the current version of GPL.
9
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
9
#
-
 
10
#
-
 
11
#  Version 2013-03-07
-
 
12
#
10
#
13
 
11
 
14
$rirs = array('afrinic', 'apnic', 'arin', 'lacnic', 'ripencc');
12
$rirs = array('afrinic', 'apnic', 'arin', 'lacnic', 'ripencc');
15
# IANA is not a "real" RIR - to enable, please add "iana" manually:
13
# IANA is not a "real" RIR - to enable, please add "iana" manually:
16
# $rirs[] = 'iana';
14
# $rirs[] = 'iana';