-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0.0-1 在 openwrt 21.02 下的两个小问题 #446
Comments
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
luci-app-v2ray/src/v2ray.ts
Lines 38 to 56 in 2cdc863
这一块有个bug,就是当某个配置为未配置的时候,会导致返回空列表,界面会报错:
luci-app-v2ray/src/view/v2ray/transparent-proxy.ts
Line 11 in 2cdc863
页面观察到更新gfwlist和路由文件的逻辑是:先通过路由后端下载文件,然后再由js将下载内容处理之后通过ubus写到指定文件。
但openwrt常用的uhttpd接受的最大的ubus内容大小,是10kb. 导致了无法正常更新这两个文件。
来源: https://git.openwrt.org/?p=project/uhttpd.git;a=blob;f=ubus.c;h=619135ce3912f3b728c698f4fe4d6018cade6422;hb=refs/heads/master#l37
The text was updated successfully, but these errors were encountered: