17 lines
208 B
JSON
17 lines
208 B
JSON
{
|
|
"log": {
|
|
"disabled": true
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "socks",
|
|
"listen": "127.0.0.1",
|
|
"listen_port": 2080
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct"
|
|
}
|
|
]
|
|
}
|