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"
],

View File

@@ -6,7 +6,6 @@
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
@@ -22,7 +21,7 @@
"settings": {
"method": "chacha20-ietf-poly1305",
"password": "{{ password }}"
},
},
"streamSettings": {
"network": "tcp"
}
@@ -38,4 +37,4 @@
"tag": "block"
}
]
}
}