Files
navi/configs/config.example.json
T

17 lines
272 B
JSON

{
"active": "naive-main",
"system_proxy": true,
"bin_dir": "bin",
"profiles": [
{
"name": "naive-main",
"protocol": "naive",
"proxy": "",
"listen": [
"socks://127.0.0.1:1080",
"http://127.0.0.1:1081"
]
}
]
}