Files
navi/configs/config.example.json
T

32 lines
634 B
JSON

{
"active": "naive-main",
"system_proxy": true,
"bin_dir": "bin",
"subscription_url": "",
"profiles": [
{
"name": "naive-main",
"protocol": "naive",
"proxy": "",
"listen": [
"socks://127.0.0.1:1080",
"http://127.0.0.1:1081"
]
},
{
"name": "hy2-example",
"protocol": "hysteria2",
"proxy": "",
"hy2_congestion": "bbr",
"hy2_bbr_profile": "standard",
"hy2_obfs": "salamander",
"hy2_obfs_password": "",
"hy2_sni": "",
"listen": [
"socks://127.0.0.1:1080",
"http://127.0.0.1:1081"
]
}
]
}