mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
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)
31 lines
487 B
Text
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
|