mirror of
https://github.com/bestnite/sub2clash.git
synced 2026-04-26 21:01:53 +00:00
fix: use udp config
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ func (p *VlessParser) Parse(config ParseConfig, proxy string) (P.Proxy, error) {
|
||||
Port: P.IntOrString(port),
|
||||
UUID: uuid,
|
||||
Flow: flow,
|
||||
UDP: udp == "true",
|
||||
UDP: udp == "true" || config.UseUDP,
|
||||
SkipCertVerify: insecureBool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user