This commit is contained in:
Sebastian
2025-03-18 06:49:51 +01:00
parent 1ac9afbd19
commit 5159490e75

View File

@@ -9,7 +9,7 @@ while IFS= read -r line; do
blacklist+=("$line") blacklist+=("$line")
done < "$BASEPATH/path-blacklist.txt" done < "$BASEPATH/path-blacklist.txt"
if [ -n "$NO_SSL" ] then if [ -n "$NO_SSL" ]; then
PROTO="http" PROTO="http"
DOMAIN="${DOMAIN:-0.0.0.0}" DOMAIN="${DOMAIN:-0.0.0.0}"
else else