all-vips 412 B

12345678910
  1. #VIPS="radarr sonarr lidarr jackett transmission argocd calibre books airsonic"
  2. VIPS=$(grep 192.168.1.87 pihole/pihole.yaml | grep -v mysql | grep -v tesseract | sed -e 's/192.168.1.87//g'| sed -e 's/ //g' | sort)
  3. for i in ${VIPS}; do
  4. if true | echo quit | openssl s_client -connect ${i}.dezendorf.net:443 -brief 2>&1 | grep error > /dev/null; then
  5. echo "Host ${i}.dezendorf.net is in error"
  6. fi
  7. done