1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-24 08:25:23 +00:00

Route: mph add alias hybrid

This commit is contained in:
kslr 2021-03-15 15:27:40 +08:00
parent ac1e5cd925
commit 68f04295f9

View File

@ -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)