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

@@ -59,7 +59,6 @@
"domainStrategy": "IPOnDemand",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
@@ -67,4 +66,4 @@
}
]
}
}
}

View File

@@ -38,7 +38,6 @@
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
@@ -46,4 +45,4 @@
}
]
}
}
}