Hi. Does anyone have experience with successful setup container with vless-client for that device?
RouterOS 7.20.2. I’ve tried five different containers but no success. A couple of times connection was established but almost immediately lost. Mobile clients connect successfully.
All containers were launched without errors. I have access from inside to the Internet. But no traces of connection attempts.
Config.json looks like this:
{
"log": {
"loglevel": "silent"
},
"inbounds": [
{
"port": 10800,
"listen": "0.0.0.0",
"protocol": "socks",
"settings": {
"udp": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls", "quic"],
"routeOnly": true
}
}
],
"outbounds": [
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "xray.my.server",
"port": 443,
"users": [
{
"id": "2r67c743-d87f-4f1b-a8ba-afhg8fc854ed",
"encryption": "none",
"flow": "xtls-rprx-vision"
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"fingerprint": "chrome",
"serverName": "some-site.com",
"publicKey": "QIi4dIf4JNdtuwqDcwHCCA4NmCFJ8hu41XzfyB-0jMEE",
"spiderX": "/",
"shortId": "484crV7e"
}
},
"tag": "proxy"
}
]
}