mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 06:30:05 +08:00
chore: change some default value
This commit is contained in:
parent
8d7b0546de
commit
4c4a3b8fe8
@ -95,7 +95,7 @@ object DataStore : OnPreferenceDataStoreChangeListener {
|
||||
var speedInterval by configurationStore.stringToInt(Key.SPEED_INTERVAL)
|
||||
var showGroupInNotification by configurationStore.boolean("showGroupInNotification")
|
||||
|
||||
var remoteDns by configurationStore.string(Key.REMOTE_DNS) { "https://8.8.8.8/dns-query" }
|
||||
var remoteDns by configurationStore.string(Key.REMOTE_DNS) { "https://dns.google/dns-query" }
|
||||
var directDns by configurationStore.string(Key.DIRECT_DNS) { "local" }
|
||||
var enableDnsRouting by configurationStore.boolean(Key.ENABLE_DNS_ROUTING) { true }
|
||||
var enableFakeDns by configurationStore.boolean(Key.ENABLE_FAKEDNS)
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
|
||||
<PreferenceCategory app:title="@string/cag_dns">
|
||||
<EditTextPreference
|
||||
app:defaultValue="https://8.8.8.8/dns-query"
|
||||
app:defaultValue="https://dns.google/dns-query"
|
||||
app:icon="@drawable/ic_action_dns"
|
||||
app:key="remoteDns"
|
||||
app:title="@string/remote_dns"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user