mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
24 lines
399 B
Plaintext
24 lines
399 B
Plaintext
#domain
|
|
regexp=[\S]+\.
|
|
colours=bright_magenta
|
|
-
|
|
#line
|
|
regexp=^(\S+).*?(\d+)\t(\w+)\t(\w+)\t
|
|
colours=unchanged,magenta,red,yellow,cyan
|
|
-
|
|
#ip4 address
|
|
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
|
|
colours=green
|
|
-
|
|
#ipv6
|
|
regexp=\t(([0-9a-fA-F]{1,4})?\:\:?[0-9a-fA-F]{1,4})+
|
|
colours=dark green
|
|
-
|
|
#comments
|
|
regexp=^;;[\s\w]+
|
|
colours=yellow
|
|
-
|
|
#Title
|
|
regexp=; <<>> DiG.* <<>> (\S+)
|
|
colours=default,bold magenta
|