Description
2025/03/06 11:03:33 [Info] [4245559967] proxy/vmess/inbound: received request for tcp:10.0.0.49:45009
2025/03/06 11:03:33 [Info] [4245559967] app/dispatcher: sniffed domain: sp1.baidu.com for tcp:10.0.0.49:45009
2025/03/06 11:03:33 [Info] [4245559967] app/dispatcher: taking detour [direct] for [tcp:sp1.baidu.com:45009]
/etc/v2ray/config.json:
{ "log": { "access": "/var/log/v2ray/access.log", "error": "/var/log/v2ray/error.log", "loglevel": "debug" }, "dns": { "servers": ["119.29.29.29", "182.254.116.116"]}, "stats": {}, "policy": { "levels": { "0": { "handshake": 3, "connIdle": 275, "uplinkOnly": 6, "downlinkOnly": 4, "statsUserUplink": true, "statsUserDownlink": true } }, "system": { "statsInboundUplink": true, "statsInboundDownlink": true, "statsOutboundUplink": true, "statsOutboundDownlink": true } }, "routing":{"domainStrategy": "IPOnDemand","rules": [{"type": "field","outboundTag": "direct", "port": "0-65535"},{"type": "field","outboundTag": "direct", "domain": ["geosite:cn"]},{"type": "field", "outboundTag": "direct","ip": ["geoip:cn", "geoip:private"]}]}, "inbounds": [{"tag": "http-proxy","port": 45009,"listen": "0.0.0.0", "protocol": "http","settings": {"auth": "none", "udp": false } }], "outbounds": [ { "tag": "direct", "protocol": "freedom" } ] }