From e94794ea46b587a234753fbbff0261d9e6450099 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Tue, 2 Jun 2020 11:35:23 -0700 Subject: [PATCH] Updated location information for bice.pl --- bin/bice.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/bice.pl b/bin/bice.pl index 0e1ad6d..d3b35b7 100755 --- a/bin/bice.pl +++ b/bin/bice.pl @@ -66,8 +66,8 @@ my $security_logfile = '/var/log/auth.log'; # Customize these variables my $domain = 'DeFaria.com'; my $contact = 'Andrew@DeFaria.com'; -my $location = 'Santa Clara, California, USA'; -my $UTC = 'UTC-8'; +my $location = 'Phoenix, Arizona, USA'; +my $UTC = 'UTC-7'; my $mailhost = $domain; # End customize these variables @@ -128,11 +128,12 @@ sub GetEmailAddresses ($) { my ($ip) = @_; # List of whois servers to try + # Apparently whois.opensrs.net no longer offers whois service? my @whois_list = ( '', 'whois.arin.net', 'whois.nsiregistry.net', - 'whois.opensrs.net', + #'whois.opensrs.net', 'whois.networksolutions.com', ); -- 2.17.1