You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: harmony.js
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/**
2
-
* Last update: Monday, 30 December 2024, 11:59 PM UTC
2
+
* Last update: Tuesday, 31 December 2024, 11:59 PM
3
3
* - Built a v2ray subscription link with the ability to automatically add CF clean IPs to your VLESS configurations.
4
-
* - Replace these lines with your uuid and hostname, UUID in line (12) - Hostname in lines (928), (953) and (981) and also SNI in (931), (956) and (986) . Tamam ;)
4
+
* - Replace these lines with your uuid and hostname, UUID in line (12) - Hostname in lines (928), (953) and (981) and also SNI in (931), (956) and (984) . Tamam ;)
5
5
* We are all REvil
6
6
*/
7
7
@@ -14,18 +14,18 @@ const defaultConfigvless = {
14
14
net: "ws",
15
15
type: "none",
16
16
host: "",
17
-
path: "/api/assets",// Preferred path
17
+
path: "/assets",// Preferred path
18
18
tls: "tls",
19
19
sni: "",
20
20
ed: "2560",// Max Early Data, Default set is "2048"
21
21
eh: "Sec-WebSocket-Protocol"// Early Data Header Name
constfp=['randomized','firefox','chrome','safari','android','randomized','firefox','chrome','ios'];// Preferred fingeprints, is better to use chrome, firefox, safari.
0 commit comments