From: Sergey Matveev Date: Sat, 12 Aug 2023 08:27:22 +0000 (+0300) Subject: Let's highlight DANE X-Git-Tag: v0.4.0~6 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=52adc5d8a15987d21e7acfb21a7746c625cf3da5;hp=22ab366f6e04079c38adfb00467eebab976cf812;p=tofuproxy.git Let's highlight DANE --- diff --git a/fifos/multitail b/fifos/multitail index 4813786..05de2fd 100755 --- a/fifos/multitail +++ b/fifos/multitail @@ -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" \