Update traefik.yml
This commit is contained in:
parent
91317cea13
commit
c64bac3ece
@ -198,6 +198,7 @@
|
|||||||
grep Host /home/docker/traefik/providers/*.yml >>$g_tmp/hosts
|
grep Host /home/docker/traefik/providers/*.yml >>$g_tmp/hosts
|
||||||
cat $g_tmp/hosts | cut -d '`' -f2 | sort -u | while read host
|
cat $g_tmp/hosts | cut -d '`' -f2 | sort -u | while read host
|
||||||
do
|
do
|
||||||
|
host ${host} >/dev/null 2>&1 || continue
|
||||||
until ssllabs-scan --quiet ${host} | jq '.[] | .endpoints | .[] | .grade' >${g_tmp}/ssllabs-scan-result 2>&1
|
until ssllabs-scan --quiet ${host} | jq '.[] | .endpoints | .[] | .grade' >${g_tmp}/ssllabs-scan-result 2>&1
|
||||||
do
|
do
|
||||||
sleep 60
|
sleep 60
|
||||||
|
Loading…
Reference in New Issue
Block a user