解决nekoray sing-box的 "geosite.db not found" 错误
2024-07-23
https://github.com/MatsuriDayo/nekoray/issues/1342#issuecomment-2227936362
问题源于nekoray无法找到singbox-geoip中的geosite.db.
对于Arch而言,首先在安装完对应包后(包括nekoray和singbox以及singbox的一些依赖),使用:
ln -s /usr/share/sing-box /usr/share/sing-geoip
即可解决上述问题。