mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +08:00
parent
c581dd2625
commit
857dcaf0d8
@ -251,8 +251,8 @@ fun StandardV2RayBean.parseDuckSoft(url: HttpUrl) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
url.queryParameter("flow")?.let {
|
url.queryParameter("flow")?.let {
|
||||||
if (isVLESS && it.contains("vision")) {
|
if (isVLESS) {
|
||||||
encryption = it
|
encryption = it.removeSuffix("-udp443")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user