Please read FAQ then answer these questions before submitting your issue. Thanks!
_Put an x inside the [ ] that applies._
(^|\.)ip\.cn$curl ip.cn 返回ISP的地址。You should pick custom rules as route.
@Mygod Sorry,需要在配置文件里面选择自定义选项,就可以生效。自定义规则可以批量导入。
或许应该在FAQ里说明一下自定义规则的使用。
@Mygod 能否在自定义规则里面增加一个搜索选项,当规则很多时删除某一条规则能够快速定位。
It's ordered alphabetically.
快速滚动条那里是有字母表排序,自定义规则有3K+的数据,通过字母表并不能快速定位域名,只能找到域名的首字母。
修改或者删除某条数据有些费时。
在 src/main/assets/acl/gfwlist.acl 中有添加Telegram的地址段,但是在自定义规则中,导入规则里面并没有Telegram的地址段,手动添加正则匹配IP/CIDR
^((149\.154\.160\.0)(\/20))$
^((109\.239\.140\.0)(\/24))$
^((91\.108\.4\.0)(\/22))$
^((91\.108\.56\.0)(\/22))$
(^|\.)telegram\.org$
(^|\.)telegramdownload\.com$
Telegram依旧无法连接。
You are using wrong format for subnets.
Try 149.154.160.0/20.
@madeye 149.154.160.0/20
这个格式添加进去会自动增加 /
实际生成的规则是这条 /149.154.160.0/20
这样无法代理。
Hmm. That should be a bug.
在IP地址段前面新增一个空格,就不会自动增加 / ,但无法代理。