Update_Gsm / config.json
mojtabamoharami's picture
Update config.json
4aa3487 verified
raw
history blame contribute delete
446 Bytes
{
"dns": {
"servers": [
{ "tag": "remote", "address": "https://8.8.8.8/dns-query", "detour": "proxy" }
]
},
"inbounds": [{
"type": "vless",
"listen": "0.0.0.0",
"listen_port": 7860,
"users": [{ "uuid": "49e59f86-4d19-4957-9712-b2273d9036de" }],
"transport": { "type": "ws", "path": "/mojtaba" }
}],
"outbounds": [
{ "type": "direct", "tag": "proxy" },
{ "type": "dns", "tag": "dns-out" }
]
}