handbrake / config.json
Illumotion's picture
Update config.json
aa2b14a verified
raw
history blame
706 Bytes
{
"inbounds": [{
"port": 7860,
"listen": "0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "b3894d84-899f-44a2-9536-250799861fce",
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"headers": {
"Host": "illumotion-handbrake.hf.space"
},
"path": "/v2ray"
}
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
}