Skip to content

Commit

Permalink
Update vmess.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dafang2021 committed Sep 10, 2020
1 parent 734352a commit 25aa15f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vmess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ ibmcloud target --cf && read -p "输入你的app名称:" appname&&path=$(ibmcl
EOF
)

echo address:${appname}.us-south.cf.appdomain.cloud
echo ID:${id}
echo port:443
echo alterID:64
echo net:ws
echo path:${path}
echo tls:${tls}
echo "恭喜你找回了你的vmess"
echo "配置链接:"
echo vmess://${VMESSCODE}

0 comments on commit 25aa15f

Please sign in to comment.