KaringX / karing

Simple & Powerful proxy utility, Support routing rules for clash/sing-box
https://karing.app
1.45k stars 71 forks source link

Noise parameters for wireguard (specially for warp) #111

Closed Graveyard9988 closed 2 weeks ago

Graveyard9988 commented 4 weeks ago

If you watch warp configs of warp in Hiddify app, you can see these parameters: "fake_packets": "fake_packets_size": "fake_packets_delay":

Source code can be found from here: https://github.com/hiddify/hiddify-core

I hope your app could support this, like fragment settings that you added before.

Regards

Graveyard9988 commented 4 weeks ago

In addition, you can find more details (updated codes) in this repo:

https://github.com/bepass-org/warp-plus

For example: "second Endpoint" & ....

Mimiiiir commented 4 weeks ago

also add reserved parameter

GooRingX commented 4 weeks ago

https://github.com/KaringX/karing/releases/tag/v1.0.23-266

Graveyard9988 commented 4 weeks ago

@GooRingX thanks a miliion but, I think you forgot to add "Reserved" parameter of wireguard config.

"Reserved" is available in warp plus repo or hiddify core repo

example of reserved:

https://github.com/Mrrengineer/warp/blob/main/%40dailyv2ry.json

Thanks a million again for your app & speed of development

Graveyard9988 commented 4 weeks ago

"detour" option for proxy chain does not exist in your documentation

for example : warp://162.159.192.6:1018?ifp=10-20#Warp 🇮🇷 IP&&detour=warp://162.159.195.222:8319?ifp=10-20#Warp 🇩🇪 IP or: warp://162.159.192.6:1018#WarpInWarp&&detour=warp://162.159.192.6:1018?ifp=10-20&ifps=40-100&ifpd=10-200#Warp_10-20_40-100_10-200 or: warp://[2606:4700:d0::4002:ddd1:dad3:dfd4]:946/?ifp=1-5#WarpInWarp ⭐️&&detour=warp://[2606:4700:d0::49eb:a783:c1bd:24e6]:946/?ifp=5-10#Warp 🇮🇷

and also detour in this json structure: https://github.com/Mrrengineer/warp/blob/main/%40dailyv2ry.json

detour source code is available in Hiddify core.

GooRingX commented 3 weeks ago

also add reserved parameter

Please provide test link

Graveyard9988 commented 3 weeks ago

@GooRingX in this json config, we have "reserved" in every wireguard : https://github.com/Mrrengineer/warp/blob/main/%40dailyv2ry.json

Also, you can find detour too

Graveyard9988 commented 3 weeks ago

And also this one: https://github.com/NiREvil/vless/blob/main/warpONwarp/2.json

GooRingX commented 3 weeks ago

And also this one: https://github.com/NiREvil/vless/blob/main/warpONwarp/2.json

(reserved)sing-box json is supported, v2ray format needs to be provided

Graveyard9988 commented 3 weeks ago

@GooRingX got it. I think "hiddify core" repo Is best reference to import feature