refactor: clean up configuration files by removing deprecated "type": "field" in routing rules

This commit is contained in:
kastov
2025-12-05 17:27:17 +03:00
committed by yuhan6665
parent 72a54c9a79
commit 070b65ee55
50 changed files with 245 additions and 280 deletions

View File

@@ -6,7 +6,6 @@
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
@@ -59,4 +58,4 @@
"tag": "direct"
}
]
}
}

View File

@@ -6,7 +6,6 @@
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
@@ -50,4 +49,4 @@
"tag": "block"
}
]
}
}