update domain

This commit is contained in:
233boy
2019-05-06 16:04:37 +08:00
parent 69fb87beaa
commit e43667561d
10 changed files with 26 additions and 26 deletions

View File

@@ -10,13 +10,13 @@ _qr_create() {
echo -e "$red 友情提醒: 请务必核对扫码结果 (V2RayNG 除外) $none"
echo
echo
echo " V2Ray 客户端使用教程: https://v2ray6.com/post/4/"
echo " V2Ray 客户端使用教程: https://233v2.com/post/4/"
echo
echo
rm -rf /etc/v2ray/vmess_qr.json
}
_ss_qr() {
local ss_link="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#v2ray6.com_ss_${ip}"
local ss_link="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233v2.com_ss_${ip}"
local link="https://233boy.github.io/tools/qr.html#${ss_link}"
echo
echo "---------- Shadowsocks 二维码链接 -------------"