mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 13:18:50 +00:00
bug fix
This commit is contained in:
parent
6e5781c633
commit
99fa98844c
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ namespace v2rayN.Handler
|
|||
&& o.path == n.path
|
||||
&& o.streamSecurity == n.streamSecurity
|
||||
&& o.flow == n.flow
|
||||
&& o.sni == n.sni
|
||||
&& (!remarks || o.remarks == n.remarks);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue