Skip to content

Commit

Permalink
update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed Nov 20, 2018
1 parent 7d9cf1a commit b361a42
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
提问之前,请先查阅:[V2Ray 一键安装脚本疑问集合](https://v2ray66.com/post/10/)
提问之前,请先查阅:[V2Ray 一键安装脚本疑问集合](https://233yes.com/post/10/)

若需要发起提问,请删除这些内容
22 changes: 11 additions & 11 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ install_v2ray() {
echo
echo -e "$red 哎呀呀...安装失败了咯...$none"
echo
echo -e " 请确保你有完整的上传 v2ray66.com 的 V2Ray 一键安装脚本 & 管理脚本到当前 ${green}$(pwd) $none目录下"
echo -e " 请确保你有完整的上传 233yes.com 的 V2Ray 一键安装脚本 & 管理脚本到当前 ${green}$(pwd) $none目录下"
echo
exit 1
fi
Expand Down Expand Up @@ -1509,7 +1509,7 @@ show_config_info() {
cat >/etc/v2ray/vmess_qr.json <<-EOF
{
"v": "2",
"ps": "v2ray66.com_${domain}",
"ps": "233yes.com_${domain}",
"add": "${domain}",
"port": "443",
"id": "${uuid}",
Expand All @@ -1525,7 +1525,7 @@ show_config_info() {
cat >/etc/v2ray/vmess_qr.json <<-EOF
{
"v": "2",
"ps": "v2ray66.com_${ip}",
"ps": "233yes.com_${ip}",
"add": "${ip}",
"port": "${v2ray_port}",
"id": "${uuid}",
Expand All @@ -1544,10 +1544,10 @@ show_config_info() {
echo
echo -e " $yellow输入 ${cyan}v2ray${none} $yellow即可管理 V2Ray${none}"
echo
echo -e " ${yellow}V2Ray 客户端使用教程: https://v2ray66.com/post/4/$none"
echo -e " ${yellow}V2Ray 客户端使用教程: https://233yes.com/post/4/$none"
echo
if [[ $v2ray_transport_opt == "4" && ! $caddy ]]; then
echo -e " $red警告!$none$yellow请自行配置 TLS...教程: https://v2ray66.com/post/3/$none"
echo -e " $red警告!$none$yellow请自行配置 TLS...教程: https://233yes.com/post/3/$none"
echo
fi
echo "---------- V2Ray 配置信息 -------------"
Expand Down Expand Up @@ -1611,7 +1611,7 @@ show_config_info() {
echo
fi
if [ $shadowsocks ]; then
local ss="ss:https://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#v2ray66.com_ss_${ip}"
local ss="ss:https://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233yes.com_ss_${ip}"
echo
echo "---------- Shadowsocks 配置信息 -------------"
echo
Expand Down Expand Up @@ -1684,7 +1684,7 @@ get_qr_link() {
echo $vmess | tr -d '\n' >/etc/v2ray/vmess.txt
cat /etc/v2ray/vmess.txt | qrencode -s 50 -o /tmp/233blog_v2ray.png
local link1=$(curl -s --upload-file /tmp/233blog_v2ray.png "https://transfer.sh/${random1}_v2ray666_v2ray.png")
local ss="ss:https://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#v2ray66.com_ss_${ip}"
local ss="ss:https://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233yes.com_ss_${ip}"
echo "${ss}" >/tmp/233blog_shadowsocks.txt
cat /tmp/233blog_shadowsocks.txt | qrencode -s 50 -o /tmp/233blog_shadowsocks.png
local link2=$(curl -s --upload-file /tmp/233blog_shadowsocks.png "https://transfer.sh/${random2}_v2ray666_shadowsocks.png")
Expand Down Expand Up @@ -2140,7 +2140,7 @@ uninstall() {
echo -e "
$red 大胸弟...你貌似毛有安装 V2Ray ....卸载个鸡鸡哦...$none
备注...仅支持卸载使用我 (v2ray66.com) 提供的 V2Ray 一键安装脚本
备注...仅支持卸载使用我 (233yes.com) 提供的 V2Ray 一键安装脚本
" && exit 1
fi

Expand Down Expand Up @@ -2172,11 +2172,11 @@ esac
clear
while :; do
echo
echo "........... V2Ray 一键安装脚本 & 管理脚本 by v2ray66.com .........."
echo "........... V2Ray 一键安装脚本 & 管理脚本 by 233yes.com .........."
echo
echo "帮助说明: https://v2ray66.com/post/1/"
echo "帮助说明: https://233yes.com/post/1/"
echo
echo "搭建教程: https://v2ray66.com/post/2/"
echo "搭建教程: https://233yes.com/post/2/"
echo
echo " 1. 安装"
echo
Expand Down
38 changes: 19 additions & 19 deletions v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1

_version="v2.44"
_version="v2.45"

cmd="apt-get"

Expand Down Expand Up @@ -179,7 +179,7 @@ create_vmess_URL_config() {
cat >/etc/v2ray/vmess_qr.json <<-EOF
{
"v": "2",
"ps": "v2ray66.com_${domain}",
"ps": "233yes.com_${domain}",
"add": "${domain}",
"port": "443",
"id": "${v2ray_id}",
Expand All @@ -196,7 +196,7 @@ create_vmess_URL_config() {
cat >/etc/v2ray/vmess_qr.json <<-EOF
{
"v": "2",
"ps": "v2ray66.com_${ip}",
"ps": "233yes.com_${ip}",
"add": "${ip}",
"port": "${v2ray_port}",
"id": "${v2ray_id}",
Expand All @@ -220,7 +220,7 @@ view_v2ray_config_info() {
if [[ $v2ray_transport == "4" || $v2ray_transport == 16 ]]; then
if [[ ! $caddy_installed ]]; then
echo
echo -e " $red警告!$none$yellow请自行配置 TLS...教程: https://v2ray66.com/post/3/$none"
echo -e " $red警告!$none$yellow请自行配置 TLS...教程: https://233yes.com/post/3/$none"
fi
echo
echo -e "$yellow 地址 (Address) = $cyan${domain}$none"
Expand Down Expand Up @@ -286,7 +286,7 @@ view_v2ray_config_info() {
fi
echo "---------- END -------------"
echo
echo "V2Ray 客户端使用教程: https://v2ray66.com/post/4/"
echo "V2Ray 客户端使用教程: https://233yes.com/post/4/"
echo
}
get_shadowsocks_config() {
Expand Down Expand Up @@ -325,7 +325,7 @@ get_shadowsocks_config() {
view_shadowsocks_config_info() {
if [[ $shadowsocks ]]; then
get_ip
local ss="ss:https://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#v2ray66.com_ss_${ip}"
local ss="ss:https://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233yes.com_ss_${ip}"
echo
echo
echo "---------- Shadowsocks 配置信息 -------------"
Expand All @@ -352,7 +352,7 @@ get_shadowsocks_config_qr_link() {
echo -e "$green 正在生成链接.... 稍等片刻即可....$none"
echo
get_ip
local ss="ss:https://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#v2ray66.com_ss_${ip}"
local ss="ss:https://$(echo -n "${ssciphers}:${sspass}@${ip}:${ssport}" | base64 -w 0)#233yes.com_ss_${ip}"
echo "${ss}" >/tmp/233blog_shadowsocks.txt
cat /tmp/233blog_shadowsocks.txt | qrencode -s 50 -o /tmp/233blog_shadowsocks.png

Expand Down Expand Up @@ -2536,7 +2536,7 @@ get_v2ray_config() {
echo
echo -e "${yellow} HTTP 监听端口 = ${cyan}6666$none"
echo
echo "V2Ray 客户端使用教程: https://v2ray66.com/post/4/"
echo "V2Ray 客户端使用教程: https://233yes.com/post/4/"
echo
break
else
Expand All @@ -2563,7 +2563,7 @@ get_v2ray_config_link() {
echo
echo -e "${yellow} HTTP 监听端口 = ${cyan}6666$none"
echo
echo " V2Ray 客户端使用教程: https://v2ray66.com/post/4/"
echo " V2Ray 客户端使用教程: https://233yes.com/post/4/"
echo
echo "备注...链接将在 14 天后失效"
echo
Expand All @@ -2585,7 +2585,7 @@ create_v2ray_config_text() {
if [[ $v2ray_transport == "4" || $v2ray_transport == 16 ]]; then
if [[ ! $caddy_installed ]]; then
echo
echo " 警告!请自行配置 TLS...教程: https://v2ray66.com/post/3/"
echo " 警告!请自行配置 TLS...教程: https://233yes.com/post/3/"
fi
echo
echo "地址 (Address) = ${domain}"
Expand Down Expand Up @@ -2638,7 +2638,7 @@ create_v2ray_config_text() {
fi
echo "---------- END -------------"
echo
echo "V2Ray 客户端使用教程: https://v2ray66.com/post/4/"
echo "V2Ray 客户端使用教程: https://233yes.com/post/4/"
echo
}
get_v2ray_config_info_link() {
Expand All @@ -2655,7 +2655,7 @@ get_v2ray_config_info_link() {
echo
echo -e "$yellow 链接 = $cyan$link$none"
echo
echo -e " V2Ray 客户端使用教程: https://v2ray66.com/post/4/"
echo -e " V2Ray 客户端使用教程: https://233yes.com/post/4/"
echo
echo "备注...链接将在 14 天后失效..."
echo
Expand Down Expand Up @@ -2691,7 +2691,7 @@ get_v2ray_config_qr_link() {
echo -e "$red 友情提醒: 请务必核对扫码结果 (V2RayNG 除外) $none"
echo
echo
echo " V2Ray 客户端使用教程: https://v2ray66.com/post/4/"
echo " V2Ray 客户端使用教程: https://233yes.com/post/4/"
echo
echo "备注...链接将在 14 天后失效"
echo
Expand Down Expand Up @@ -3551,7 +3551,7 @@ backup_config() {
}
_boom_() {
echo
echo -e "$green ........... V2Ray 配置链接集合 by v2ray66.com ..........$none"
echo -e "$green ........... V2Ray 配置链接集合 by 233yes.com ..........$none"
echo

create_v2ray_config_text >/tmp/233blog_v2ray.txt
Expand All @@ -3576,7 +3576,7 @@ _boom_() {
echo
echo -e "$yellow V2RayNG v0.4.1+ / Kitsunebi 二维码链接: $cyan$link3$none"
echo
echo "V2Ray 客户端使用教程: https://v2ray66.com/post/4/"
echo "V2Ray 客户端使用教程: https://233yes.com/post/4/"
echo
else
echo
Expand Down Expand Up @@ -3614,7 +3614,7 @@ do_service() {
}
_help() {
echo
echo "........... V2Ray 管理脚本帮助信息 by v2ray66.com .........."
echo "........... V2Ray 管理脚本帮助信息 by 233yes.com .........."
echo -e "
${green}v2ray menu $none管理 V2Ray (同等于直接输入 v2ray)
Expand Down Expand Up @@ -3655,17 +3655,17 @@ menu() {
clear
while :; do
echo
echo "........... V2Ray 管理脚本 $_version by v2ray66.com .........."
echo "........... V2Ray 管理脚本 $_version by 233yes.com .........."
echo
echo -e "## V2Ray 版本: $cyan$v2ray_ver$none / V2Ray 状态: $v2ray_status ##"
echo
echo "帮助说明: https://v2ray66.com/post/1/"
echo "帮助说明: https://233yes.com/post/1/"
echo
echo "反馈问题: https://github.com/233boy/v2ray/issues"
echo
echo "TG 群组: https://t.me/blog233"
echo
echo "捐赠脚本作者: https://v2ray66.com/donate/"
echo "捐赠脚本作者: https://233yes.com/donate/"
echo
echo "捐助 V2Ray: https://www.v2ray.com/chapter_00/02_donate.html"
echo
Expand Down

0 comments on commit b361a42

Please sign in to comment.