Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit a49cb3e

Browse files
committed
use jsdelivr to replace staticdn.net
1 parent b156ad1 commit a49cb3e

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

LICENSE

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
MIT License
1+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2+
Version 2, December 2004
23

3-
Copyright (c) 2020 phlinhng
4+
Copyright (C) 2020 phlinhng <phlinhng@outlook.com>
45

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
6+
Everyone is permitted to copy and distribute verbatim or modified
7+
copies of this license document, and changing it is allowed as long
8+
as the name is changed.
119

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
10+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1412

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
13+
0. You just DO WHAT THE FUCK YOU WANT TO.

src/xwall.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ show_links() {
177177
#https://github.com/XTLS/Xray-core/issues/91
178178
local uri_vless="${uuid}@${sni}:443?security=xtls&flow=rprx-xtls-direct#`urlEncode "${sni} (VLESS)"`"
179179
printf "%s\n" "vless://${uri_vless}"
180-
printf "(WSS) %s:443 %s %s\n" "${sni}" "${uuid}" "${path}ws"
181180
echo ""
182181
183182
colorEcho ${BLUE} "Trojan TLS"
@@ -194,7 +193,7 @@ show_links() {
194193
colorEcho ${YELLOW} "===============分 享 链 接 (CDN)==============="
195194
colorEcho ${BLUE} "VLESS WSS"
196195
#https://github.com/XTLS/Xray-core/issues/91
197-
local uri_vless_wss="${uuid}@${cf_node}:443?type=ws&security=tls&host=${sni}&path=`urlEncode ${path}ws`&sni=${sni}#`urlEncode "${sni} (VLESS+WSS)"`"
196+
local uri_vless_wss="${uuid}@${cf_node}:443?type=ws&security=tls&host=${sni}&path=`urlEncode ${path}ws?ed=2048`&sni=${sni}#`urlEncode "${sni} (VLESS+WSS)"`"
198197
printf "%s\n" "vless://${uri_vless_wss}"
199198
echo ""
200199
@@ -734,4 +733,4 @@ menu() {
734733
}
735734
736735
identify_the_operating_system_and_architecture
737-
menu
736+
menu

0 commit comments

Comments
 (0)