]> Sergey Matveev's repositories - tofuproxy.git/commitdiff
Let's highlight DANE
authorSergey Matveev <stargrave@stargrave.org>
Sat, 12 Aug 2023 08:27:22 +0000 (11:27 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 12 Aug 2023 08:27:32 +0000 (11:27 +0300)
fifos/multitail

index 4813786cca09f9d689d9e4c96dd6a097c55f5a34..05de2fd0af13323c1e4090050eb6a78272d82247 100755 (executable)
@@ -3,7 +3,7 @@
 exec multitail \
     -wh 10 \
     -t "Trust" -ci magenta -l "while :; do tai64nlocal < log-cert ; done" \
-    -t "DANE" --label "DANE " -L "while :; do tai64nlocal < log-dane ; done" \
+    -t "DANE" -ci yellow --label "DANE " -L "while :; do tai64nlocal < log-dane ; done" \
     -t "Error" -ci red -L "while :; do tai64nlocal < log-err ; done" \
     -t "HTTPAuth" -ci green --label "Auth " -L "while :; do tai64nlocal < log-http-auth ; done" \
     -t "TLSAuth" -ci green --label "Auth " -l "while :; do tai64nlocal < log-tls-auth ; done" \