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

18 lines
268 B
JSON

{
"inbounds": [
{
"listen": "127.0.0.1",
"port": 1080,
"protocol": "socks",
"settings": {
"auth": "noauth",
"userLevel": 0
},
"sniffing": {
"enabled": false
},
"tag": "socks_IN"
}
]
}