From 7f0c823d1ec0dcb1967a568c204ca238529a3921 Mon Sep 17 00:00:00 2001 From: Christoph Neukirch Date: Wed, 18 Sep 2024 12:52:23 +0200 Subject: [PATCH] reworked field regex to: * work with - in field name * work with IPv6 addresses starting after \s --- colourfiles/conf.whois | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colourfiles/conf.whois b/colourfiles/conf.whois index 89f3d0c..93de62b 100644 --- a/colourfiles/conf.whois +++ b/colourfiles/conf.whois @@ -1,5 +1,5 @@ # field -regexp=^([\w\s])*: +regexp=^\s*([\w\s-])*:(?=\s|$) colours=bold white ======= # data