mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Route: mph add alias hybrid
This commit is contained in:
parent
ac1e5cd925
commit
68f04295f9
@ -70,7 +70,7 @@ func (rr *RoutingRule) BuildCondition() (Condition, error) {
|
||||
|
||||
if len(rr.Domain) > 0 {
|
||||
switch rr.DomainMatcher {
|
||||
case "mph":
|
||||
case "mph", "hybrid":
|
||||
matcher, err := NewMphMatcherGroup(rr.Domain)
|
||||
if err != nil {
|
||||
return nil, newError("failed to build domain condition with MphDomainMatcher").Base(err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user