mirror of
https://github.com/mietzen/docker-redsocks-proxy.git
synced 2025-01-05 22:19:54 +03:00
9 lines
120 B
Bash
9 lines
120 B
Bash
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
pgrep redsocks
|
|
if [[ "${DNSCrypt_Active}" == 'true' ]]; then
|
|
pgrep dnscrypt-proxy
|
|
fi
|