Files
nekoray/libs/get_source_env.sh
HystericalDragon d8bf56a1ad feat: add TUIC protocol (#781)
---------

Co-authored-by: 2022-blake3-chacha8-poly1305 <139959885+xchacha20-ietf-poly1305@users.noreply.github.com>
Co-authored-by: arm64v8a <48624112+arm64v8a@users.noreply.github.com>
2023-08-10 15:16:44 +09:00

10 lines
284 B
Bash

if [ ! -z $ENV_NEKORAY ]; then
export COMMIT_SING_BOX_EXTRA="df902756f9c50257c48c580e2b5f1b5b190f89bc"
export COMMIT_MATSURI_XRAY="f6843e4e1442341e88ac34c09ca2d243cdcc09f6"
fi
if [ ! -z $ENV_SING_BOX_EXTRA ]; then
source libs/get_source_env.sh
# export COMMIT_SING_BOX=""
fi