Add option to disable IPv6 tethering

Partially addresses #6, #20.
This commit is contained in:
Mygod
2018-06-01 22:30:31 +08:00
parent 79cdce40e2
commit 8e335fec1b
5 changed files with 15 additions and 0 deletions

View File

@@ -64,6 +64,8 @@
<string name="settings_service_repeater_strict">Strict mode</string>
<string name="settings_service_repeater_strict_summary">Only allow packets that goes through VPN tunnel. Does not
apply to system tethering.</string>
<string name="settings_service_disable_ipv6">Disable IPv6 tethering</string>
<string name="settings_service_disable_ipv6_summary">Enabling this option will prevent VPN leaks via IPv6.</string>
<string name="settings_service_dns">Fallback DNS server[:port]</string>
<string name="settings_service_clean">Clean/reapply routing rules</string>
<string name="settings_misc">Misc</string>