v2fly / docker

docker build repo for v2fly
https://hub.docker.com/r/v2fly/v2fly-core
MIT License
753 stars 215 forks source link

带宽占用过高 #27

Closed zhenyu-dev closed 3 years ago

zhenyu-dev commented 3 years ago

配置是这个: { "log": { "loglevel": "warning" }, "inbound": { "port": 1080, "protocol": "socks", "settings": { "auth": "noauth" } }, "outbound": { "protocol": "vmess", "settings": { "vnext": [ ... ] }, "streamSettings": { "network": "ws", "security": "none", "wsSettings": { "path": "/v1" } } } }

这个配置是按照网上的教程弄的,不是很理解这些配置的含义,docker run 之后,带宽流量蹭蹭蹭多了1M多,请问这个正常吗

zhenyu-dev commented 3 years ago