Files
docker-redsocks-proxy/healthcheck.sh
2024-12-06 20:31:57 +01:00

9 lines
120 B
Bash

#!/bin/bash
set -eo pipefail
pgrep redsocks
if [[ "${DNSCrypt_Active}" == 'true' ]]; then
pgrep dnscrypt-proxy
fi