From 23f671b5eb4d5136947ea346e1c14bbba6a8b295 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:41:52 +0200 Subject: [PATCH] Update warp2 --- test.configs/warp2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.configs/warp2 b/test.configs/warp2 index 7213520e..ff2918e0 100644 --- a/test.configs/warp2 +++ b/test.configs/warp2 @@ -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