mirror of https://github.com/2dust/v2rayN
parent
30cd033b42
commit
26fe9c63a3
|
@ -1369,7 +1369,7 @@ public class CoreConfigSingboxService
|
||||||
|
|
||||||
private async Task<string?> GenRoutingUserRuleOutbound(string outboundTag, SingboxConfig singboxConfig)
|
private async Task<string?> GenRoutingUserRuleOutbound(string outboundTag, SingboxConfig singboxConfig)
|
||||||
{
|
{
|
||||||
if (outboundTag is Global.ProxyTag or Global.ProxyTag or Global.BlockTag)
|
if (outboundTag is Global.ProxyTag or Global.DirectTag or Global.BlockTag)
|
||||||
{
|
{
|
||||||
return outboundTag;
|
return outboundTag;
|
||||||
}
|
}
|
||||||
|
|
|
@ -631,7 +631,7 @@ public class CoreConfigV2rayService
|
||||||
|
|
||||||
private async Task<string?> GenRoutingUserRuleOutbound(string outboundTag, V2rayConfig v2rayConfig)
|
private async Task<string?> GenRoutingUserRuleOutbound(string outboundTag, V2rayConfig v2rayConfig)
|
||||||
{
|
{
|
||||||
if (outboundTag is Global.ProxyTag or Global.ProxyTag or Global.BlockTag)
|
if (outboundTag is Global.ProxyTag or Global.DirectTag or Global.BlockTag)
|
||||||
{
|
{
|
||||||
return outboundTag;
|
return outboundTag;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue