mirror of
https://github.com/garabik/grc.git
synced 2024-11-10 21:26:52 +01:00
30 lines
399 B
Plaintext
30 lines
399 B
Plaintext
#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
|
|
#=======
|
|
|