mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 05:49:50 +00:00
d8d261fe2d
Removed outdated `alterId` in sample config. Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
32 lines
512 B
JSON
32 lines
512 B
JSON
{
|
|
"inbounds": [{
|
|
"port": 10086,
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
|
|
"level": 1
|
|
}
|
|
]
|
|
}
|
|
}],
|
|
"outbounds": [{
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
},{
|
|
"protocol": "blackhole",
|
|
"settings": {},
|
|
"tag": "blocked"
|
|
}],
|
|
"routing": {
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"ip": ["geoip:private"],
|
|
"outboundTag": "blocked"
|
|
}
|
|
]
|
|
}
|
|
}
|