Update warp2

This commit is contained in:
Hiddify
2024-07-18 08:41:52 +02:00
committed by GitHub
parent b634e5a695
commit 23f671b5eb

View File

@@ -17,6 +17,6 @@ warp://p2@auto/?ifp=1-3&ifpm=m6#m6
#For g and h mode, you can use hex bytes between each _, with each part ranging from 00 to FF. You can also select more hex bytes to randomly choose between them.
#In the next line, this means that the fake packet uses 0x30 as the first byte in the noise.
warp://p2@auto/?ifpm=h_30#h_30
warp://p2@auto/?ifp=1-3&ifpm=h_30#h_30
#In the following line, g indicates that the fake packet randomly uses one of the values 0x10, 0x20, or 0x30 as the initial byte in the noise after the WireGuard reserved key. This should not be effective.
warp://p1@auto/?ifpm=g_10_20_30#g_10_20_30
warp://p1@auto/?ifp=1-3&ifpm=g_10_20_30#g_10_20_30