Release 3.8.2.13: iOS Packet Tunnel client and Clash URL subscriptions.
Add SwiftUI + Network Extension (LibXray/hev), parse Clash Meta YAML from subscription URLs into vless/trojan/hy2 share links, keep the selected server on connect, and ship Navis-3.8.2.13.ipa with versioned changelog. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -189,6 +189,9 @@ func buildStreamSettings(link Link) (map[string]any, error) {
|
||||
if link.Host != "" {
|
||||
xh["host"] = link.Host
|
||||
}
|
||||
if link.Mode != "" {
|
||||
xh["mode"] = link.Mode
|
||||
}
|
||||
stream["xhttpSettings"] = xh
|
||||
default: // tcp
|
||||
stream["network"] = "tcp"
|
||||
|
||||
Reference in New Issue
Block a user