mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 13:48:52 +00:00
bug fix
This commit is contained in:
parent
b7ac15ad55
commit
55ce8a3e97
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ namespace v2rayN.Handler
|
||||||
&& o.headerType == n.headerType
|
&& o.headerType == n.headerType
|
||||||
&& o.requestHost == n.requestHost
|
&& o.requestHost == n.requestHost
|
||||||
&& o.path == n.path
|
&& o.path == n.path
|
||||||
&& o.streamSecurity == n.streamSecurity
|
&& (o.configType == EConfigType.Trojan || o.streamSecurity == n.streamSecurity)
|
||||||
&& o.flow == n.flow
|
&& o.flow == n.flow
|
||||||
&& o.sni == n.sni
|
&& o.sni == n.sni
|
||||||
&& (!remarks || o.remarks == n.remarks);
|
&& (!remarks || o.remarks == n.remarks);
|
||||||
|
|
Loading…
Reference in a new issue