mirror of https://github.com/XTLS/Xray-core
add "ignoreExpectIPsWhenNoMatch" option
parent
803523679e
commit
ffe94353f5
|
@ -167,6 +167,7 @@ func NewClient(
|
|||
client.skipFallback = ns.SkipFallback
|
||||
client.domains = rules
|
||||
client.expectIPs = matchers
|
||||
client.ignoreExpectIPsWhenNoMatch = ns.IgnoreExpectIPsWhenNoMatch
|
||||
return nil
|
||||
})
|
||||
return client, err
|
||||
|
|
Loading…
Reference in New Issue