From: Andrew DeFaria Date: Tue, 2 Jun 2020 18:35:34 +0000 (-0700) Subject: Merge branch 'master' of git+ssh://github.com/adefaria/clearscm X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=042a9df59dc4f33c79ea8e253f13e76efeba4e73;hp=8b6b892a792ff965a5323e429db66a31efd4683f;p=clearscm.git Merge branch 'master' of git+ssh://github.com/adefaria/clearscm --- 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', );