Files
2026-05-18 00:53:22 +08:00

11 lines
210 B
Plaintext

#!/command/with-contenv bash
set -euo pipefail
if [ "${XRAY_ENABLED:-1}" != "1" ]; then
exit 0
fi
if [ "${XRAY_TRANSPARENT:-1}" = "1" ]; then
bash /usr/local/bin/scripts/transparent-proxy.sh setup
fi