Fix sublists in README

This commit is contained in:
Mygod
2018-12-26 11:54:53 +08:00
committed by GitHub
parent 479d1bdfca
commit 428a74089c

View File

@@ -17,9 +17,10 @@ This app is useful for:
* Connecting to your mobile hotspot but you're not bothered to set up VPN on your device; * Connecting to your mobile hotspot but you're not bothered to set up VPN on your device;
* Identifying, monitoring and blocking (unwanted) clients; * Identifying, monitoring and blocking (unwanted) clients;
* Bypassing tethering limits by: * Bypassing tethering limits by:
* (recommended) Use this app with a real VPN/socksifier; (ad-blocker may not work) - (recommended) Use this app with a real VPN/socksifier; (ad-blocker may not work)
* (might or might not work based on your carrier) Use this app with TTL editor like [TTL Master](https://github.com/TTLMaster/TTLMaster); - (might or might not work based on your carrier) Use this app with TTL editor like
* Try your luck and simply use this app. [TTL Master](https://github.com/TTLMaster/TTLMaster);
- Try your luck and simply use this app.
P.S. You can also do the similar on [Windows](https://www.expressvpn.com/support/vpn-setup/share-vpn-connection-windows/), P.S. You can also do the similar on [Windows](https://www.expressvpn.com/support/vpn-setup/share-vpn-connection-windows/),
[Mac](https://www.expressvpn.com/support/vpn-setup/share-vpn-connection-mac/), [Mac](https://www.expressvpn.com/support/vpn-setup/share-vpn-connection-mac/),
@@ -56,19 +57,19 @@ Default settings are picked to suit general use cases and maximize compatibility
### Misc ### Misc
* Keep Wi-Fi alive: Acquire Wi-Fi locks when repeater, temporary hotspot or system VPN hotspot is activated. * Keep Wi-Fi alive: Acquire Wi-Fi locks when repeater, temporary hotspot or system VPN hotspot is activated.
- Choose "System default" to save battery life; - Choose "System default" to save battery life;
- Choose "On" (default) if repeater/hotspot turns itself off automatically or stops working after a while; - Choose "On" (default) if repeater/hotspot turns itself off automatically or stops working after a while;
- Choose "High Performance Mode" to minimize packet loss and latency (will consume more power). - Choose "High Performance Mode" to minimize packet loss and latency (will consume more power).
* Start repeater on boot: Self explanatory. * Start repeater on boot: Self explanatory.
* Network status monitor mode: This option controls how the app monitors connected devices as well as interface changes * Network status monitor mode: This option controls how the app monitors connected devices as well as interface changes
(when custom upstream is used). (when custom upstream is used).
Requires restarting the app to take effects. (best way is to go to app info and force stop) Requires restarting the app to take effects. (best way is to go to app info and force stop)
- Netlink monitor: Use Linux netlink mechanism, most battery efficient but may not work with SELinux enforcing mode. - Netlink monitor: Use Linux netlink mechanism, most battery efficient but may not work with SELinux enforcing mode.
Sometimes auto fallbacks to Netlink monitor with root and Poll. Sometimes auto fallbacks to Netlink monitor with root and Poll.
- Netlink monitor with root: Same as above but runs netlink as root. This option works well with SELinux enforcing mode - Netlink monitor with root: Same as above but runs netlink as root. This option works well with SELinux enforcing mode
but might still be bugged on devices heavily modified by OEM and/or carriers. Sometimes auto fallbacks to Poll. but might still be bugged on devices heavily modified by OEM and/or carriers. Sometimes auto fallbacks to Poll.
- Poll: (default) Update network information manually every second. Least battery efficient but it should work on most - Poll: (default) Update network information manually every second. Least battery efficient but it should work on most
devices. Recommended to switch to other modes if possible. devices. Recommended to switch to other modes if possible.
## Q & A ## Q & A