Files
cgproxy/v2ray_config/05_inbounds_http.json
2020-05-01 11:55:57 +08:00

14 lines
188 B
JSON

{
"inbounds": [
{
"listen": "127.0.0.1",
"port": 8888,
"protocol": "http",
"sniffing": {
"enabled": false
},
"tag": "http_IN"
}
]
}