mirror of
https://github.com/zizifn/edgetunnel
synced 2024-11-22 18:07:07 +00:00
5 lines
114 B
Bash
5 lines
114 B
Bash
if [[ $uuid ]]; then
|
|
echo "skip tf mask"
|
|
else
|
|
echo "enable tf mask"
|
|
fi |