Skip to content

Commit f06d253

Browse files
committed
improvement(*.sh): use customized domain
1 parent 7a65163 commit f06d253

15 files changed

+15
-15
lines changed

centos_install_ss.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ V6_PROXY=""
1616
IP=`curl -sL -4 ip.sb`
1717
if [[ "$?" != "0" ]]; then
1818
IP=`curl -sL -6 ip.sb`
19-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
19+
V6_PROXY="https://gh.hijk.art/"
2020
fi
2121

2222
CONFIG_FILE="/etc/shadowsocks-libev/config.json"

centos_install_ssr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ V6_PROXY=""
1313
IP=`curl -sL -4 ip.sb`
1414
if [[ "$?" != "0" ]]; then
1515
IP=`curl -sL -6 ip.sb`
16-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
16+
V6_PROXY="https://gh.hijk.art/"
1717
fi
1818

1919
FILENAME="ShadowsocksR-v3.2.2"

centos_install_v2ray.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ V6_PROXY=""
1414
IP=`curl -sL -4 ip.sb`
1515
if [[ "$?" != "0" ]]; then
1616
IP=`curl -sL -6 ip.sb`
17-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
17+
V6_PROXY="https://gh.hijk.art/"
1818
fi
1919

2020
CONFIG_FILE="/etc/v2ray/config.json"

centos_install_v2ray2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ V6_PROXY=""
3333
IP=`curl -sL -4 ip.sb`
3434
if [[ "$?" != "0" ]]; then
3535
IP=`curl -sL -6 ip.sb`
36-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
36+
V6_PROXY="https://gh.hijk.art/"
3737
fi
3838

3939
checkSystem() {

goV2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ BLUE="36m" # Info message
4545
V6_PROXY=""
4646
res=`curl -sL -4 ip.sb`
4747
if [[ "$?" != "0" ]]; then
48-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
48+
V6_PROXY="https://gh.hijk.art/"
4949
fi
5050

5151
#########################

ss.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ V6_PROXY=""
1818
IP=`curl -sL -4 ip.sb`
1919
if [[ "$?" != "0" ]]; then
2020
IP=`curl -sL -6 ip.sb`
21-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
21+
V6_PROXY="https://gh.hijk.art/"
2222
fi
2323

2424
colorEcho() {

ssr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ V6_PROXY=""
1313
IP=`curl -sL -4 ip.sb`
1414
if [[ "$?" != "0" ]]; then
1515
IP=`curl -sL -6 ip.sb`
16-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
16+
V6_PROXY="https://gh.hijk.art/"
1717
fi
1818

1919
FILENAME="ShadowsocksR-v3.2.2"

trojan-go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ V6_PROXY=""
1515
IP=`curl -sL -4 ip.sb`
1616
if [[ "$?" != "0" ]]; then
1717
IP=`curl -sL -6 ip.sb`
18-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
18+
V6_PROXY="https://gh.hijk.art/"
1919
fi
2020

2121
# 以下网站是随机从Google上找到的无广告小说网站,不喜欢请改成其他网址,以http或https开头

trojan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ V6_PROXY=""
1414
IP=`curl -sL -4 ip.sb`
1515
if [[ "$?" != "0" ]]; then
1616
IP=`curl -sL -6 ip.sb`
17-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
17+
V6_PROXY="https://gh.hijk.art/"
1818
fi
1919

2020
# 以下网站是随机从Google上找到的无广告小说网站,不喜欢请改成其他网址,以http或https开头

ubuntu_install_ss.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ V6_PROXY=""
1515
IP=`curl -sL -4 ip.sb`
1616
if [[ "$?" != "0" ]]; then
1717
IP=`curl -sL -6 ip.sb`
18-
V6_PROXY="https://cool-firefly-b19e.hijk.workers.dev/"
18+
V6_PROXY="https://gh.hijk.art/"
1919
fi
2020

2121
CONFIG_FILE="/etc/shadowsocks-libev/config.json"

0 commit comments

Comments
 (0)