2024-06-21 14:50:19 +00:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"loglevel": "warning"
|
|
|
|
},
|
|
|
|
"inbounds": [
|
|
|
|
{
|
|
|
|
"listen": "127.0.0.1",
|
|
|
|
"port": 10808,
|
2024-06-21 20:36:22 +00:00
|
|
|
"protocol": "socks",
|
|
|
|
"settings": {
|
|
|
|
"udp": true
|
|
|
|
}
|
2024-06-21 14:50:19 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"outbounds": [
|
|
|
|
{
|
|
|
|
"protocol": "vless",
|
|
|
|
"settings": {
|
|
|
|
"vnext": [
|
|
|
|
{
|
|
|
|
"address": "",
|
|
|
|
"port": 443,
|
|
|
|
"users": [
|
|
|
|
{
|
|
|
|
"id": "",
|
|
|
|
"encryption": "none"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "splithttp",
|
|
|
|
"splithttpSettings": {
|
|
|
|
"path": "/split"
|
|
|
|
},
|
|
|
|
"security": "tls",
|
|
|
|
"tlsSettings": {
|
|
|
|
"serverName": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tag": "proxy"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2024-06-21 20:36:22 +00:00
|
|
|
|