风扇滑翔翼 7ad5f48c20
Revert "All 127.0.0.1 > ::1"
Changing them will result in incompatibility with old xray, and the related pr has not even been merged yet
2025-07-17 12:02:30 +00:00

49 lines
963 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": "http",
"httpSettings": {
"path": "/vmh2"
},
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"fingerprint": "chrome",
"alpn": ["h2"],
"serverName": "vmh2o.example.com" // Change to ssh2o.yourdomain.tld
}
}
}
]
}