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.
71 lines
2.0 KiB
71 lines
2.0 KiB
{ |
|
"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", |
|
"tcpSettings": { |
|
"header": { |
|
"type": "http", |
|
"response": { |
|
"version": "1.1", |
|
"status": "200", |
|
"reason": "OK", |
|
"headers": { |
|
"Content-Type": [ |
|
"application/octet-stream", |
|
"video/mpeg", |
|
"application/x-msdownload", |
|
"text/html", |
|
"application/x-shockwave-flash" |
|
], |
|
"Transfer-Encoding": [ |
|
"chunked" |
|
], |
|
"Connection": [ |
|
"keep-alive" |
|
], |
|
"Pragma": "no-cache" |
|
} |
|
} |
|
} |
|
}, |
|
"security": "none" |
|
} |
|
} |
|
], |
|
"outbounds": [ |
|
{ |
|
"protocol": "freedom", |
|
"tag": "direct" |
|
}, |
|
{ |
|
"protocol": "blackhole", |
|
"tag": "block" |
|
} |
|
] |
|
}
|
|
|