github FranzKafkaYu/x-ui 0.3.4.0

latest releases: 0.3.4.4, 0.3.4.3, 0.3.4.2...
19 months ago

New

1.增加VLESS/VMESS/Trojan单端口内所有用户的流量统计与限制
Support VLESS/VMESS/Trojan client traffic restriction and statistics
2.增加utls设置,支持VLESS协议分享链接对fingerprint的支持
Support utls configuration and share link for VLESS
3.更新X-UI后将自动加载更新前的xray core
Xray core reload the same version before after X-UI update
4.查看用户信息时以Email作为区分
Use Email as client distinction

Fix

1.修复IP接入显示不准确的问题
Fix IP notification error
2.修正部分英文翻译
Fix some typos in English

Remove

1.去除Trojan内xtls-rprx-vison的选项支持
Remove support for xtls-rprx-vision in Trojan

Chore

1.更新所有依赖
Update all dependencies.

Usage:

本次更新可能会导致数据丢失,请谨慎升级!!
1.开启单个用户的流量统计,如果是全新安装会自动开启;如果是版本升级,需要修改xray配置 ,请将PolicystatsUserUplinkstatsUserDownlink,statsInboundDownlink,statsInboundUplink值改为true。如下所示:

  "policy": {
    "levels": {
      "0": {
        "handshake": 10,
        "connIdle": 100,
        "uplinkOnly": 2,
        "downlinkOnly": 3,
        "statsUserUplink": true,
        "statsUserDownlink": true,
        "bufferSize": 10240
      }
    },
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    }
  },

2.支持对单个用户的流量限制,单位为GB,0代表不做限制;若流量超出限制后自动关闭用户。
image
3.目前不支持重置单个用户的流量统计,重置端口流量即会重置所有用户流量。

Don't miss a new x-ui release

NewReleases is sending notifications on new releases.