mirror of https://github.com/2dust/v2rayN
bug fix
parent
6e5781c633
commit
99fa98844c
|
@ -816,6 +816,7 @@ namespace v2rayN.Handler
|
||||||
&& o.path == n.path
|
&& o.path == n.path
|
||||||
&& o.streamSecurity == n.streamSecurity
|
&& o.streamSecurity == n.streamSecurity
|
||||||
&& o.flow == n.flow
|
&& o.flow == n.flow
|
||||||
|
&& o.sni == n.sni
|
||||||
&& (!remarks || o.remarks == n.remarks);
|
&& (!remarks || o.remarks == n.remarks);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue