Samrand Hassan 2 роки тому
батько
коміт
8659e02804
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      easy-install.sh

+ 2 - 2
easy-install.sh

@@ -37,8 +37,8 @@ sed -i "s#YOUR_EMAIL#$EMAIL#g" ./docker-compose.yml
 docker-compose up -d
 
 # Prompt for CDN usage
-read -p "Do you want to use CDN? (yes/no): " USE_CDN
-if [ $USE_CDN == "yes" ]; then
+read -p "Now go and adjust CDN Settings: In your CDN, activate the proxy option for the record to enhance the delivery capabilities. When you finished press Enter " USE_CDN
+if [ ${USE_CDN:-Y} == "Y" ]; then
   # Turn on proxy mode in A record inside the CDN
   # Run the vmess.py file
   chmod +x vmess.py