mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 05:49:50 +00:00
c8c2564012
Thry're from v2fly/v2ray-core wikis, used as examples. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
26 lines
391 B
JSON
26 lines
391 B
JSON
{
|
|
"log": {
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [{
|
|
"port": 1080,
|
|
"listen": "127.0.0.1",
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"auth": "noauth",
|
|
"udp": false,
|
|
"ip": "127.0.0.1"
|
|
}
|
|
}],
|
|
"outbounds": [{
|
|
"protocol": "freedom",
|
|
"settings": {},
|
|
"tag": "direct"
|
|
}],
|
|
"policy": {
|
|
"levels": {
|
|
"0": {"uplinkOnly": 0}
|
|
}
|
|
}
|
|
}
|