mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-02-09 21:14:57 +08:00
19 lines
289 B
JSON
19 lines
289 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": 1080,
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"udp": true,
|
|
"auth": "noauth",
|
|
"userLevel": 0
|
|
},
|
|
"sniffing": {
|
|
"enabled": false
|
|
},
|
|
"tag": "socks_IN"
|
|
}
|
|
]
|
|
}
|