use v2ray logsangle
Some checks failed
Build and Push to ACR / docker (push) Failing after 1m8s

This commit is contained in:
2025-09-30 20:59:29 +08:00
parent 611ac562ef
commit 9b6f1e639f
2 changed files with 56 additions and 8 deletions

43
v2ray-client.json Normal file
View File

@@ -0,0 +1,43 @@
{
"log": {
"loglevel": "info"
},
"inbounds": [
{
"port": 1080,
"listen": "0.0.0.0",
"protocol": "socks",
"settings": { "auth": "noauth", "udp": true }
},
{
"port": 8080,
"listen": "0.0.0.0",
"protocol": "http",
"settings": {}
}
],
"outbounds": [
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "molecular.eu.org",
"port": 443,
"users": [
{ "id": "8f5e3b57-5a3d-4a3e-9f3c-9c6c2d6a9f1e", "encryption": "none" }
]
}
]
},
"streamSettings": {
"network": "grpc",
"security": "tls",
"grpcSettings": {
"serviceName": "grpc",
"multiMode": true
}
}
}
]
}