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:
@@ -86,7 +86,7 @@ func TestRoutingRule(t *testing.T) {
|
||||
},
|
||||
{
|
||||
Value: "google.com",
|
||||
Type: router.Domain_Domain,
|
||||
Type: router.Domain_RootDomain,
|
||||
},
|
||||
{
|
||||
Value: "^facebook\\.com$",
|
||||
|
||||
Reference in New Issue
Block a user