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

@@ -6,7 +6,7 @@ _get_client_file() {
echo
echo -e ${cyan}$link${none}
echo
echo " V2Ray 客户端使用教程: https://v2ray6.com/post/4/"
echo " V2Ray 客户端使用教程: https://233v2.com/post/4/"
echo
echo
}

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 二维码链接 -------------"

View File

@@ -3,7 +3,7 @@ if [[ $socks ]]; then
socks_file="/etc/v2ray/233boy/v2ray/config/server/include/socks.json"
socks_file_tmp="/tmp/socks.json.tmp"
cp -f $socks_file $socks_file_tmp
sed -i "s/6666/$socks_port/; s/v2ray66.com/$socks_username/; s/233blog.com/$socks_userpass/" $socks_file_tmp
sed -i "s/6666/$socks_port/; s/233v2.com/$socks_username/; s/233blog.com/$socks_userpass/" $socks_file_tmp
sed -i "/\/\/include_socks/r $socks_file_tmp" $v2ray_server_config
sed -i "s#//include_socks#,#" $v2ray_server_config
rm -rf $socks_file_tmp

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)#v2ray6.com_ss_${ip}"
local ss="ss://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233v2.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://v2ray6.com/post/3/$none"
echo -e " $red警告$none$yellow请自行配置 TLS...教程: https://233v2.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://v2ray6.com/post/4/"
echo "V2Ray 客户端使用教程: https://233v2.com/post/4/"
echo
echo -e "提示: 输入$cyan v2ray url $none可生成 vmess URL 链接 / 输入$cyan v2ray qr $none可生成二维码链接"
echo