[Rt-commit] [rtir] 01/01: Update whois docs and options
Jim Brandt
jbrandt at bestpractical.com
Tue Jun 4 16:38:22 EDT 2013
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 2.9/update-whois-config
in repository rtir.
commit bb4f4927239f0c7413210a8d84273a5de3a09466
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed May 29 10:45:02 2013 -0400
Update whois docs and options
---
etc/RTIR_Config.pm | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)
diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index f035ba1..a0ba926 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -624,27 +624,41 @@ Set($TracerouteCommand, '/usr/sbin/traceroute');
Whois servers for the research tool.
-Host is of the form "hostname:port"
+The outer hash key is the order the entry should appear in the WHOIS
+dropdown. Host is of the form "hostname:port" and FriendlyName is
+the dropdown label.
+
+Some of the resources provided here, like IANA, are thin WHOIS clients,
+so the query results can point you to other sources of WHOIS information.
+You can then add these additional servers to this configuration.
=cut
Set($whois, {
1 => {
+ Host => "whois.verisign-grs.com",
+ FriendlyName => "VERISIGN",
+ },
+ 2 => {
+ Host => "whois.pir.org",
+ FriendlyName => "PIR",
+ },
+ 3 => {
Host => "whois.iana.org",
FriendlyName => "IANA",
},
- 5 => {
- Host => "whois.ripe.net",
- FriendlyName => "RIPE",
- },
- 2 => {
+ 4 => {
Host => "whois.internic.net",
FriendlyName => "INTERNIC",
},
- 3 => {
+ 5 => {
Host => "whois.arin.net",
FriendlyName => "ARIN",
},
+ 6 => {
+ Host => "whois.ripe.net",
+ FriendlyName => "RIPE",
+ },
} );
=item C<$RunWhoisRequestByDefault>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Rt-commit
mailing list