Thanks! I found it! Now the question is where to put this address? (The main address has been changed):There is a sample file of it in /usr/local/etc/v2ray. I guess you have to copy it and rename it.
vless://a23a5721-6315-7c2z-6h03-hag562c98063@m.someaddress.tk:443?path=%2Fwss20361&security=tls&encryption=none&host=13.ireuspeed.tk&type=ws&sni=13.ireuspeed.tk#O76-xarlse
vless://a23a5721-6315-7c2z-6h03-hag562c98063@m.someaddress.tk:443?path=%2Fwss20361&security=tls&encryption=none&host=13.ireuspeed.tk&type=ws&sni=13.ireuspeed.tk#O76-xarlse
{
"dns": {
"hosts": {
"domain:googleapis.cn": "googleapis.com"
},
"servers": [
"1.1.1.1"
]
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 10808,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true,
"userLevel": 8
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": true
},
"tag": "socks"
},
{
"listen": "127.0.0.1",
"port": 10809,
"protocol": "http",
"settings": {
"userLevel": 8
},
"tag": "http"
}
],
"log": {
"loglevel": "warning"
},
"outbounds": [
{
"mux": {
"concurrency": 8,
"enabled": false
},
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "m.slowmoshenss.tk",
"port": 443,
"users": [
{
"encryption": "none",
"flow": "",
"id": "a23a5721-6315-7c2z-6h03-hag562c98063",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"fingerprint": "",
"serverName": "13.ireuspeed.tk"
},
"wsSettings": {
"headers": {
"Host": "13.ireuspeed.tk"
},
"path": "/wss20361"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "block"
}
],
"routing": {
"domainMatcher": "mph",
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"ip": [
"1.1.1.1"
],
"outboundTag": "proxy",
"port": "53",
"type": "field"
}
]
}
}
./v2ray -config=config.json
This is a UUID for client. There are many ways for generate UUID, you can use that or UUID_GENERATE(3).Is this uuid for server?Code:"id": "a23a5721-6315-7c2z-6h03-hag562c98063"
Did you generate by/usr/local/bin/v2ray uuid
HiHi there ))
Thanks for a very interesting discussion... Since this is so far the only place talking about v2ray , I'll put it here.
From recent experience I'd recommend using xray fork instead of v2ray .
True, no official port exists, but it painlessly builds from source using lang/go .
At least, if you run into problems with v2ray (as I did), try this one instead.
If you have router like keenetic, you may install xkeen through entware/opkg and make xray client on it. Then use internet access politics to your devices. And don't need to choose browser, your PC will have access to vpn. And you may add routing options, that local traffic from your country will go direcctly without vpn, and other through vpn.can I use it on Chromium as well?