123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "inbounds": [
- {
- "port": 10002,
- "listen": "0.0.0.0",
- "protocol": "vmess",
- "settings": {
- "clients": [
- {
- "id": "b831381d-6324-4d53-ad4f-8cda48b30811"
- }
- ]
- },
- "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"
- }
- ],
- "log": {
- "loglevel": "debug"
- }
- }
|