Independent source_ip_is_private and ip_is_private rules

This commit is contained in:
世界
2023-11-30 15:58:00 +08:00
parent ee086ea186
commit f61ea0da89
10 changed files with 149 additions and 31 deletions

View File

@@ -68,6 +68,10 @@ icon: material/arrange-bring-forward
{
"route": {
"rules": [
{
"geoip": "private",
"outbound": "direct"
},
{
"geoip": "cn",
"outbound": "direct"
@@ -90,6 +94,10 @@ icon: material/arrange-bring-forward
{
"route": {
"rules": [
{
"ip_is_private": true,
"outbound": "direct"
},
{
"rule_set": "geoip-cn",
"outbound": "direct"