mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-09 02:23:16 +00:00
5d6676b34c
* Fixed routing issue + Add API config * Fixed typo * Removed shadowsocks because of similar links * Fixed typo --------- Co-authored-by: wlfvpn <vpn.womanlifefreedom.vip>
47 lines
862 B
JSON
47 lines
862 B
JSON
{
|
|
"log": {
|
|
"loglevel": "debug"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": "1080",
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"udp": true
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"vnext": [
|
|
{
|
|
"address": "example.com",
|
|
"port": 443,
|
|
"users": [
|
|
{
|
|
"id": "90e4903e-66a4-45f7-abda-fd5d5ed7f797",
|
|
"alterId": 0,
|
|
"security": "none"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "ws",
|
|
"wsSettings": {
|
|
"path": "/vmws?ed=2048"
|
|
},
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"allowInsecure": false,
|
|
"fingerprint": "chrome"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|