mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 21:26:09 +03:00
52 lines
696 B
JSON
52 lines
696 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"protocol": "http",
|
|
"port": 1081
|
|
},
|
|
{
|
|
"port": 1080,
|
|
"protocol": "socks",
|
|
"sniffing": {
|
|
"enabled": true,
|
|
"destOverride": [
|
|
"http",
|
|
"tls"
|
|
]
|
|
},
|
|
"settings": {
|
|
"auth": "noauth"
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"vnext": [
|
|
{
|
|
"address": null,
|
|
"port": null,
|
|
"users": [
|
|
{
|
|
"id": null,
|
|
"alterId": 16,
|
|
"security": "auto"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "h2",
|
|
"httpSettings": {
|
|
"path": null
|
|
},
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"allowInsecure": true
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |