From 3b7e6caa66799c5d35cc8c58e502e1a1a0dbd329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 10 Aug 2021 19:57:57 -0500 Subject: tor-support: update --- core/entrypoint-tor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/entrypoint-tor.sh b/core/entrypoint-tor.sh index 17f526f..0bfabfe 100644 --- a/core/entrypoint-tor.sh +++ b/core/entrypoint-tor.sh @@ -14,7 +14,7 @@ EOF if pgrep tor > /dev/null 2>&1; then checkurl=$(curl --socks5 "localhost:${TOR_PORT:-9050}" -o /dev/null 2>&1 -s -w "%{http_code}\n" "${URL_CHECK:-https://www.youtube.com/results?search_query=rms}") case ${checkurl} in - 302|502) pkill tor > /dev/null 2>&1 && tor -f /etc/tor/torrc --runasdaemon 1 ;; + 302|502|500) pkill tor > /dev/null 2>&1 && tor -f /etc/tor/torrc --runasdaemon 1 ;; esac else tor -f /etc/tor/torrc --runasdaemon 1 -- cgit v1.2.3