# HG changeset patch # User epoch # Date 1584781112 0 # Node ID f1d3deaa98d29922762c5ff464e6ee0276fea413 # Parent b8624e57fd963c5d02f9b748b4f5681e9b6f22c0 forgot to add an i to the second place I have the AS query regex. -_-" diff -r b8624e57fd96 -r f1d3deaa98d2 contrib/whoisd/whoisd.pl --- a/contrib/whoisd/whoisd.pl Sat Mar 21 08:56:18 2020 +0000 +++ b/contrib/whoisd/whoisd.pl Sat Mar 21 08:58:32 2020 +0000 @@ -257,7 +257,7 @@ #printf "%-20s %s\n", "notice:","$QUERY did not claim any domains yet"; } -if($QUERY =~ m/^AS(.+?)$/) { +if($QUERY =~ m/^AS(.+?)$/i) { $user=get_user_from_ASN($1); } elsif($QUERY =~ m/^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/) {