This commit is contained in:
vincent 2024-03-13 00:31:11 +08:00
parent 272ba3de7e
commit a8deb3d701

View File

@ -23,8 +23,8 @@ SNI=$(echo $DEST | awk -F ':' '{print $1}')
NETWORK="tcp"
PUBLIC_KEY=$(cat ../conf/key.txt | grep "Public" | awk -F ': ' '{print $2}')
# config info with green color
echo -e "\033[32m"
# 打印配置信息
echo -e "\033[32m" # config info with green color
echo "IPV4: $IPV4"
echo "PORT: $PORT"
echo "UUID: $UUID"