Files
cgproxy/v2ray_config/05_inbounds_03_http.json
2020-05-06 02:42:44 +08:00

14 lines
188 B
JSON

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