fix: geoip geosite mmdb url

This commit is contained in:
metacubex 2022-12-08 23:43:17 +08:00
parent ee0b2f9361
commit 3d69aeaca1

View File

@ -295,7 +295,7 @@
<string name="geox_geoip">GeoIp Url</string> <string name="geox_geoip">GeoIp Url</string>
<string name="geox_mmdb">MMDB Url</string> <string name="geox_mmdb">MMDB Url</string>
<string name="geox_geosite">Geosite Url</string> <string name="geox_geosite">Geosite Url</string>
<string name="geoip_url" translatable="false">https://ghproxy.com/raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat</string> <string name="geoip_url" translatable="false">https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat</string>
<string name="mmdb_url" translatable="false">https://ghproxy.com/raw.githubusercontent.com/Loyalsoldier/geoip/release/Country.mmdb</string> <string name="mmdb_url" translatable="false">https://raw.githubusercontent.com/Loyalsoldier/geoip/release/Country.mmdb</string>
<string name="geosite_url" translatable="false">https://ghproxy.com/raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat</string> <string name="geosite_url" translatable="false">https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat</string>
</resources> </resources>