@@ -1369,7 +1369,7 @@ public class CoreConfigSingboxService
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -631,7 +631,7 @@ public class CoreConfigV2rayService
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user