This commit is contained in:
潘羿
2021-04-08 19:03:19 +08:00
committed by paniy
parent b4dc6bdd78
commit de010f09d3
3 changed files with 7 additions and 8 deletions
+2 -4
View File
@@ -7,7 +7,7 @@
"inbounds": [{
"port": 10086,
"listen": "127.0.0.1",
"tag": "VLESS-in",
"tag": "VLESS-ws-in",
"protocol": "VLESS",
"settings": {
"clients": [{
@@ -48,9 +48,7 @@
"domainStrategy": "AsIs",
"rules": [{
"type": "field",
"inboundTag": [
"VLESS-in"
],
"inboundTag": ["VLESS-ws-in"],
"outboundTag": "direct"
}]
}