Skip to content

Commit

Permalink
Update warp2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com authored Jul 18, 2024
1 parent b634e5a commit 23f671b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.configs/warp2
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23f671b

Please sign in to comment.