mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-12 22:39:42 +05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11691d0128 | ||
|
|
26fe9c63a3 |
@@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>7.13.0</Version>
|
||||
<Version>7.13.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -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