fix direct outboundTag

This commit is contained in:
kslr 2020-11-22 05:47:52 +08:00
parent 19577d2552
commit 01e2b0eab7
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
"ip": [
"geoip:private"
],
"tag": "direct"
"outboundTag": "direct"
}
]
},

View File

@ -65,7 +65,7 @@
"ip": [
"geoip:private"
],
"tag": "direct"
"outboundTag": "direct"
}
]
}

View File

@ -65,7 +65,7 @@
"ip": [
"geoip:private"
],
"tag": "direct"
"outboundTag": "direct"
}
]
}

View File

@ -55,7 +55,7 @@
"ip": [
"geoip:private"
],
"tag": "direct"
"outboundTag": "direct"
}
]
}