mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: add UDP over Stream for TUIC
fix: you can't enable uos with udp_relay_mode
This commit is contained in:
committed by
arm64v8a
parent
26637883a1
commit
ff3696772c
@@ -446,6 +446,8 @@ namespace NekoGui_sub {
|
||||
bean->caText = Node2QString(proxy["ca-str"]);
|
||||
bean->sni = Node2QString(proxy["sni"]);
|
||||
|
||||
if (Node2Bool(proxy["udp-over-stream"])) bean->uos = true;
|
||||
|
||||
if (!Node2QString(proxy["ip"]).isEmpty()) {
|
||||
if (bean->sni.isEmpty()) bean->sni = bean->serverAddress;
|
||||
bean->serverAddress = Node2QString(proxy["ip"]);
|
||||
|
||||
Reference in New Issue
Block a user