Loyalsoldier
Loyalsoldier
1. 保存下面 bash 脚本为 `update-dat.sh`,修改里面的 `$HOME/v2ray` 为自己 dat 规则文件所在目录/文件夹 2. 在终端工具中运行 `chmod +x update-dat.sh` 为脚本赋予执行权限 3. 运行脚本前需要先安装 `curl`(不过类 Unix 系统一般自带 curl) 4. 可能不兼容 Windows 系统,先了解一下 Windows 系统怎么运行 bash 脚本 5....
> 请问这能实现mac翻盖后自动下载吗?还是只有重启的时候才能自动下载? 重启
> 如果能实现每一周或者一天更新一次就好了,毕竟mac几乎一直不重启 想更新的时候,用 Terminal(终端)打开运行上面脚本就更新啦
> v2rayN客户端下载两个文件替换后,能自动更新吗?还是必须再次替换才能更新数据 把上面脚本的 `GEOIP_PATH` 和 `GEOSITE_PATH` 路径替换为 v2rayN 客户端中规则文件路径,应该就可以自动更新。
> 一直报错说:curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443 > 请问是否有什么好的方法解决?谢谢。 把 `geoip.dat` 和 `geosite.dat` 的下载地址改成: https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat
可以往 https://github.com/v2fly/domain-list-community 这个项目提交 Pull Request,也可以自己 Fork 本项目,在 hidden 分支的 `direct.txt`、`proxy.txt`、`reject.txt` 文件内增加域名
> > 可以往 https://github.com/v2fly/domain-list-community 这个项目提交 Pull Request,也可以自己 Fork 本项目,在 hidden 分支的 `direct.txt`、`proxy.txt`、`reject.txt` 文件内增加域名 > > 我 Fork 了本项目,地址:https://github.com/mclovin-2k/v2ray-rules-dat/ > 然后向 “direct-need-to-remove.txt” 文件中增加了几个域名。 > 但是 Action 执行完后,出来的 "direct-list.txt" 里面,依然有这些域名。 需要将 `need-to-remove.txt`...
> 另外也想咨询一下,master分支的proxy-list.txt对应的到底是哪一个规则呢? proxy-list.txt 就是 `geolocation-!cn` 类别的输出。
> 所以 `geolocation-!cn`类别仅包括了`geosite:gfwlist`,`geosite:greatfire`,`geosite:apple-cn`,`geosite:google-cn`四个类别的所有域名吗?那其实也挺适合直接用来作为黑名单模式规则 README 里提到的都是比 `v2fly/domain-list-community` 仓库新增的内容(只增无减)
> 我在尝试通过need-to-remove将 `geolocation-!cn`中超出`geosite:gfwlist`和`geosite:greatfire`的域名剔除,但是在Excel统计发现 `geolocation-!cn`总条数仅多出`geosite:gfwlist`和`geosite:greatfire`2968条,但是`geolocation-!cn`列表中超出`geosite:gfwlist`和`geosite:greatfire`列表的域名多达8673条,这不是说明`geosite:gfwlist`和`geosite:greatfire`没有被完全包含进`geolocation-!cn`吗? 顶级域名包含了,所以部分域名被去重了。