This commit is contained in:
djoeni
2022-06-18 20:04:51 +07:00
parent 6fa31f96b9
commit a4091cc776
7 changed files with 27 additions and 37 deletions

View File

@@ -65,13 +65,6 @@ class MetaFeatureSettingsDesign(
val screen = preferenceScreen(context) {
category(R.string.meta_features)
selectableList(
value = configuration::forceCertVeriy,
values = booleanValues,
valuesText = booleanValuesText,
title = R.string.force_cert_verify,
)
selectableList(
value = configuration::unifiedDelay,
values = booleanValues,

View File

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