Skip to content

Commit

Permalink
Update xray.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rickicode committed Jan 12, 2024
1 parent ba24c98 commit 5592efa
Showing 1 changed file with 72 additions and 6 deletions.
78 changes: 72 additions & 6 deletions json/xray.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"wsSettings": {
"path": "/tunnelvless"
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
},
{
Expand All @@ -42,6 +49,62 @@
"grpcSettings": {
"serviceName": "tunnelvless-grpc"
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
},
{
"listen": "0.0.0.0",
"port": 1234,
"protocol": "vless",
"settings": {
"clients": []
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"certificates": [
{
"certificateFile": "/etc/netq/netq.crt",
"keyFile": "/etc/netq/netq.key"
}
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
},
{
"listen": "0.0.0.0",
"port": 444,
"protocol": "vless",
"settings": {
"clients": []
},
"streamSettings": {
"network": "kcp",
"kcpSettings": {
"seed": "netq"
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
}
}
],
Expand Down Expand Up @@ -99,12 +162,15 @@
],
"tag": "api"
},
"stats": {},
"policy": {
"system": {
"statsInboundUplink": true,
"statsInboundDownlink": true,
"statsOutboundUplink": true,
"statsOutboundDownlink": true
"levels": {
"0": {
"handshake": 2,
"connIdle": 128,
"statsUserUplink": true,
"statsUserDownlink": true
}
}
}
}
}

0 comments on commit 5592efa

Please sign in to comment.