mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
0.0.2
- 增加设置总流量功能,流量超出后自动禁用 - 优化部分 ui 细节 - 修复监听 ip 不为空导致无法启动 xray 的问题 - 修复二维码链接没有包含 address 的问题
This commit is contained in:
@@ -13,8 +13,7 @@ type WebServer interface {
|
||||
GetCtx() context.Context
|
||||
}
|
||||
|
||||
//go:linkname setWebServer main.setWebServer
|
||||
func setWebServer(s WebServer) {
|
||||
func SetWebServer(s WebServer) {
|
||||
webServer = s
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user