Skip to content

Commit

Permalink
ed=2048
Browse files Browse the repository at this point in the history
  • Loading branch information
ygcaicn committed Jun 14, 2021
1 parent 3830b29 commit b75700b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h2>Vmess</h2>
<script>

var Vless_UUID = "${_Vless_UUID}";
var Vless_Path = "${_Vless_Path}";
var Vless_Path = "${_Vless_Path}?ed=2048";
var Vmess_UUID = "${_Vmess_UUID}";
var Vmess_Path = "${_Vmess_Path}";
var Vmess_Path = "${_Vmess_Path}?ed=2048";

var Vless_link = `vless://${Vless_UUID}@${location.hostname}?path=${encodeURIComponent(Vless_Path)}&security=tls&encryption=none&type=ws#${location.hostname}-Vless`
document.querySelector("#vless code").textContent = Vless_link;
Expand Down

0 comments on commit b75700b

Please sign in to comment.