update domain!!!

This commit is contained in:
233boy
2019-01-21 22:45:16 +08:00
parent cbaf657340
commit 077ef7f74e
5 changed files with 27 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
[[ -z $ip ]] && get_ip
if [[ $shadowsocks ]]; then
local ss="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233now.com_ss_${ip}"
local ss="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#v2ray6.com_ss_${ip}"
echo
echo "---------- Shadowsocks 配置信息 -------------"
echo

View File

@@ -77,7 +77,7 @@ _v2_info() {
if [[ $v2ray_transport == [45] ]]; then
if [[ ! $caddy ]]; then
echo
echo -e " $red警告$none$yellow请自行配置 TLS...教程: https://233now.com/post/3/$none"
echo -e " $red警告$none$yellow请自行配置 TLS...教程: https://v2ray6.com/post/3/$none"
fi
echo
echo -e "$yellow 地址 (Address) = $cyan${domain}$none"
@@ -129,7 +129,7 @@ _v2_info() {
fi
echo "---------- END -------------"
echo
echo "V2Ray 客户端使用教程: https://233now.com/post/4/"
echo "V2Ray 客户端使用教程: https://v2ray6.com/post/4/"
echo
echo -e "提示: 输入$cyan v2ray url $none可生成 vmess URL 链接 / 输入$cyan v2ray qr $none可生成二维码链接"
echo