1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-02 23:35:40 -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

@@ -86,7 +86,7 @@ func TestRoutingRule(t *testing.T) {
},
{
Value: "google.com",
Type: router.Domain_Domain,
Type: router.Domain_RootDomain,
},
{
Value: "^facebook\\.com$",