mirror of
https://github.com/netchx/netch.git
synced 2026-04-01 19:15:09 +08:00
fix: v2ray will proxy multicast address causing loop
This commit is contained in:
@@ -224,15 +224,15 @@ namespace Netch.Servers.VMess.Utils
|
||||
}
|
||||
}
|
||||
|
||||
v2rayConfig.outbounds = new List<Outbounds>
|
||||
{
|
||||
outbound,
|
||||
v2rayConfig.outbounds = new List<Outbounds> {outbound};
|
||||
if (mode.Type <= 2)
|
||||
return;
|
||||
v2rayConfig.outbounds.Add(
|
||||
new Outbounds
|
||||
{
|
||||
tag = "direct",
|
||||
protocol = "freedom"
|
||||
}
|
||||
};
|
||||
});
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user