We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug1: 导入本地自定义规则不正确: 导入本地超过一定行数或字数?(70+行,当时无法提交bug现在想不起具体数字了)的自定义dnsmasq规则(.txt)时, 只会导入固定数量条目(提示规则导入成功但日志显示的数量不符), 查看保存后的规则(.dr)后发现超出 部分的规则会被截断,后面部分的内容只是是原导入规则开头部分的重复。 手动修改后正常显示。
Bug2: 导入规则或保存设置时或启用前台服务下来回切换wifi时随机崩溃并丢失所有配置(config.json最后部分被自动添加了多余的"xxxxxx}") 手动修改后正常显示。
Bug3: 按app过滤的获取app列表不完整(几乎所有user app都没有显示,只显示系统预装的和deadalus) 手动在配置文件中添加app名后无显示的情况下功能能正常起效。
屏蔽系统连接并启用前台服务前提下切换或开关wifi时App大概率崩溃。
禁用前台服务时一切正常。
[A minimal, reproducible example]
新建dnsmasq规则: address=/coloros.com/0.0.0.0 address=/heytapdl.com/0.0.0.0 address=/heytapdownload.com/0.0.0.0 address=/heytapmobi.com/0.0.0.0 address=/heytapmobile.com/0.0.0.0
启用前台服务
切换或开关wifi
App崩溃
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug1:
导入本地自定义规则不正确:
导入本地超过一定行数或字数?(70+行,当时无法提交bug现在想不起具体数字了)的自定义dnsmasq规则(.txt)时,
只会导入固定数量条目(提示规则导入成功但日志显示的数量不符),
查看保存后的规则(.dr)后发现超出
部分的规则会被截断,后面部分的内容只是是原导入规则开头部分的重复。
手动修改后正常显示。
Bug2:
导入规则或保存设置时或启用前台服务下来回切换wifi时随机崩溃并丢失所有配置(config.json最后部分被自动添加了多余的"xxxxxx}")
手动修改后正常显示。
Bug3:
按app过滤的获取app列表不完整(几乎所有user app都没有显示,只显示系统预装的和deadalus)
手动在配置文件中添加app名后无显示的情况下功能能正常起效。
Platform
Description
屏蔽系统连接并启用前台服务前提下切换或开关wifi时App大概率崩溃。
禁用前台服务时一切正常。
Steps to Reproduce
[A minimal, reproducible example]
新建dnsmasq规则:
address=/coloros.com/0.0.0.0
address=/heytapdl.com/0.0.0.0
address=/heytapdownload.com/0.0.0.0
address=/heytapmobi.com/0.0.0.0
address=/heytapmobile.com/0.0.0.0
启用前台服务
切换或开关wifi
App崩溃
The text was updated successfully, but these errors were encountered: