You've already forked Xray-examples
mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-12-14 18:13:58 +08:00
refactor: clean up configuration files by removing deprecated "type": "field" in routing rules
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
"domainStrategy": "AsIs",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user