V2Ray的geosite.dat里面到底放了啥
geosite.dat的文件格式很奇怪,无法直接查看。
所以只好从生成文件的源头去找了。
1. 查v2ray的打包action脚本源码
https://github.com/v2fly/v2ray-core/actions/workflows/release.yml
2. 搜 "geosite.dat" 就找到了
wget -O release/config/geosite.dat "https://raw.githubusercontent.com/v2fly/domain-list-community/release/dlc.dat"
所以,geosite.dat的源头就是
github.com/v2fly/domain-list-community/
项目文件很简单,domain-list-community/data/ 就是存在各种域名的地方
---update
同理,geoip.dat 的源头就是 https://github.com/v2fly/geoip
---update
查看 geo 文件的工具
评论
发表评论