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

@@ -20,8 +20,8 @@
"port": 443,
"users": [
{
"id": "", //填写你的 UUID
"encryption": "none"
"id": "", //填写你的 UUID
"encryption": "none"
}
]
}
@@ -75,7 +75,6 @@
"domainStrategy": "IPOnDemand",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
@@ -83,4 +82,4 @@
}
]
}
}
}

View File

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