Merge pull request #170 from Raizo62/p_log_ip_port

conf.log : the port of "172.16.1.100:56364" is now fully colored
This commit is contained in:
Radovan Garabík 2020-12-28 16:51:01 +01:00 committed by GitHub
commit 61c070db25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ regexp=([\w/\.\-]+)(\[\d+?\])
colours=bold blue, bold red
count=more
======
# IPv4
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
# IPv4 or IPv4:Port
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?
colours=bold yellow
count=more
======