File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/com/v2ray/ang/handler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ object SettingsManager {
159
159
* @return True if bypassing LAN, false otherwise.
160
160
*/
161
161
fun routingRulesetsBypassLan (): Boolean {
162
- val vpnBypassLan = MmkvManager .decodeSettingsString(AppConfig .PREF_VPN_BYPASS_LAN ) ? : " 0 "
162
+ val vpnBypassLan = MmkvManager .decodeSettingsString(AppConfig .PREF_VPN_BYPASS_LAN ) ? : " 1 "
163
163
if (vpnBypassLan == " 1" ) {
164
164
return true
165
165
} else if (vpnBypassLan == " 2" ) {
Original file line number Diff line number Diff line change 56
56
android : title =" @string/title_pref_vpn_dns" />
57
57
58
58
<ListPreference
59
- android : defaultValue =" 0 "
59
+ android : defaultValue =" 1 "
60
60
android : entries =" @array/vpn_bypass_lan"
61
61
android : entryValues =" @array/vpn_bypass_lan_value"
62
62
android : key =" pref_vpn_bypass_lan"
You can’t perform that action at this time.
0 commit comments