Skip to content

Commit d6ec52c

Browse files
committed
update prefer domain
1 parent d85dd80 commit d6ec52c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/core.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ change_list=(
9292
)
9393
servername_list=(
9494
www.amazon.com
95-
www.microsoft.com
96-
www.apple.com
95+
www.ebay.com
96+
www.paypal.com
97+
www.cloudflare.com
9798
dash.cloudflare.com
98-
dl.google.com
9999
aws.amazon.com
100100
)
101101

xray.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
args=$@
4-
is_sh_ver=v1.11
4+
is_sh_ver=v1.12
55

66
. /etc/xray/sh/src/init.sh

0 commit comments

Comments
 (0)