mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 13:46:08 +03:00
22 lines
437 B
JSON
22 lines
437 B
JSON
|
{
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"protocol": "http",
|
||
|
"port": 1081
|
||
|
},
|
||
|
{
|
||
|
"port": 1080,
|
||
|
"protocol": "socks",
|
||
|
"sniffing": {
|
||
|
"enabled": true,
|
||
|
"destOverride": [
|
||
|
"http",
|
||
|
"tls"
|
||
|
]
|
||
|
},
|
||
|
"settings": {
|
||
|
"auth": "noauth"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|