From: Andrew DeFaria Date: Tue, 2 Jun 2020 18:35:23 +0000 (-0700) Subject: Updated location information for bice.pl X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=e94794ea46b587a234753fbbff0261d9e6450099;p=clearscm.git Updated location information for bice.pl --- 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', );