ports/misc/grc/files/colourfiles/conf.drill
Fernando Apesteguía 181d184e50 misc/grc: Update to 1.13 and added some FreeBSD command colorization
ChangeLog: https://github.com/garabik/grc/

 * do not automatically create command aliases, unless explicitly specified
   (for bash)
 * several minor improvements

PR:	264401
Reported by:	sec.research.2005@gmail.com
Approved by:	walter@lifeforms.nl (maintainer, timeout > 2 weeks)
2022-06-16 07:40:05 +02:00

31 lines
487 B
Text

#ipv6
regexp=(([0-9a-fA-F]{1,4})?\:\:?[0-9a-fA-F]{1,4})+
colours=green
=======
#time
regexp=\s[0-9]{1,6}\s
colours=red
=======
#type
regexp=[A-Z]{1,4}
colours=cyan
=======
#in
regexp=(IN|CH)
colours=yellow
=======
#domain
regexp=[a-z0-9-]+\.
colours=magenta
=======
#ip address
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
colours=green
=======
#comments
regexp=^;;\s\w*\s*\w*
colours=yellow
=======
#Title
regexp=; <<>> DiG (\d+\.\d+\.\d+).*<<>>\s(\S+)$
colours=default,green,bold magenta