Files
v2ray_proxy/client/v2ray-clientbak.json
mm644706215 2c10b421b4 first add
2025-09-30 20:45:51 +08:00

48 lines
853 B
JSON

{
"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": "ws",
"security": "tls",
"wsSettings": {
"path": "/ray"
}
}
}
]
}