Files
sing-box-extended/examples/profiler/config.json

14 lines
175 B
JSON

{
"log": {
"level": "info"
},
"services": [
{
"type": "profiler",
"tag": "pprof",
"listen": "127.0.0.1",
"listen_port": 6060
}
]
}