mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-29 19:34:59 +00:00
parent
2a0d7661e0
commit
4434a61280
3 changed files with 4 additions and 1 deletions
|
@ -83,6 +83,7 @@ however it is impossible to guarantee NetGuard will work correctly on every devi
|
|||
<string name="summary_auto">After disabling using the widget, automatically enable NetGuard again after the selected number of minutes (enter zero to disable this option)</string>
|
||||
<string name="summary_delay">After turning the screen off, keep screen on rules active for the selected number of minutes (enter zero to disable this option)</string>
|
||||
|
||||
<string name="summary_tethering">Tethered traffic cannot be filtered</string>
|
||||
<string name="summary_wifi_home">Apply Wi-Fi network rules for selected network only (apply mobile network rules for other Wi-Fi networks)</string>
|
||||
<string name="summary_metered">Apply mobile network rules to metered (paid, tethered) Wi-Fi networks</string>
|
||||
<string name="summary_metered_2g">Apply Wi-Fi network rules for 2G data connections</string>
|
||||
|
@ -94,7 +95,7 @@ however it is impossible to guarantee NetGuard will work correctly on every devi
|
|||
<string name="summary_log_app">Log attempts to access the internet for applications. This might result in extra battery usage.</string>
|
||||
<string name="summary_access">Show a status bar notification when an application attempts to access a new internet address</string>
|
||||
<string name="summary_filter">Filter IP packets going out of the VPN sinkhole. This might result in extra battery usage.</string>
|
||||
<string name="summary_block_domains">Redirect blocked domain names to local device. This switch is disabled when no hosts file has been imported.</string>
|
||||
<string name="summary_block_domains">Respond with \'name error\' (NXDOMAIN) for blocked domain names. This switch is disabled when no hosts file has been imported.</string>
|
||||
|
||||
<string name="summary_stats">Show network speed graph in status bar notification</string>
|
||||
<string name="summary_hosts">Import a standard hosts file. A host file will not be exported when exporting settings.</string>
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="tethering"
|
||||
android:summary="@string/summary_tethering"
|
||||
android:title="@string/setting_tethering" />
|
||||
<MultiSelectListPreference
|
||||
android:defaultValue="@array/default_wifi_home"
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
<eu.faircode.netguard.SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="tethering"
|
||||
android:summary="@string/summary_tethering"
|
||||
android:title="@string/setting_tethering" />
|
||||
<MultiSelectListPreference
|
||||
android:defaultValue="@array/default_wifi_home"
|
||||
|
|
Loading…
Reference in a new issue