1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00

rename Router Enum name Domain to prevent name collision

This creates build break in C++ environment.
This commit is contained in:
Shelikhoo
2021-06-23 11:53:53 +01:00
parent b3fb85804d
commit 881571374d
7 changed files with 163 additions and 163 deletions

View File

@@ -232,7 +232,7 @@ func TestSerivceTestRoute(t *testing.T) {
TargetTag: &router.RoutingRule_Tag{Tag: "out"},
},
{
Domain: []*router.Domain{{Type: router.Domain_Domain, Value: "com"}},
Domain: []*router.Domain{{Type: router.Domain_RootDomain, Value: "com"}},
TargetTag: &router.RoutingRule_Tag{Tag: "out"},
},
{