You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
894 B
44 lines
894 B
{ |
|
"log": { |
|
"loglevel": "warning" |
|
}, |
|
"routing": { |
|
"domainStrategy": "AsIs", |
|
"rules": [ |
|
{ |
|
"type": "field", |
|
"ip": [ |
|
"geoip:private" |
|
], |
|
"outboundTag": "block" |
|
} |
|
] |
|
}, |
|
"inbounds": [ |
|
{ |
|
"listen": "0.0.0.0", |
|
"port": 1234, |
|
"protocol": "vmess", |
|
"settings": { |
|
"clients": [ |
|
{ |
|
"id": "" |
|
} |
|
] |
|
}, |
|
"streamSettings": { |
|
"network": "tcp" |
|
} |
|
} |
|
], |
|
"outbounds": [ |
|
{ |
|
"protocol": "freedom", |
|
"tag": "direct" |
|
}, |
|
{ |
|
"protocol": "blackhole", |
|
"tag": "block" |
|
} |
|
] |
|
}
|
|
|