From b0ab56d1b08e66965e2bc3d01a05ebecb6996ada Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 5 Sep 2022 01:49:58 +0300 Subject: [PATCH] fix doc --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aeec33d..49efb33 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,13 @@ Use any proxy switching browser extension which supports HTTPS proxies like [thi It is possible to expose remote HTTPS proxy as a local plaintext HTTP proxy with help of external application which performs remote communication via TLS and exposes local plaintext socket. [steady-tun](https://github.com/Snawoot/steady-tun) appears to be most suitable for this because it supports connection pooling to hide connection delay. +### Using with Android + +1. Run proxy as in [examples](#usage) above. +2. Install Adguard on your Android: [Guide](https://adguard.com/en/adguard-android/overview.html). +3. Follow [this guide](https://adguard.com/en/blog/configure-proxy.html#configuringproxyinadguardforandroid), skipping server configuration. Use proxy type HTTPS if you set up TLS-enabled server or else use HTTP type. +4. Enjoy! + ## Authentication Authentication parameters are passed as URI via `-auth` parameter. Scheme of URI defines authentication metnod and query parameters define parameter values for authentication provider. @@ -168,13 +175,6 @@ Authentication parameters are passed as URI via `-auth` parameter. Scheme of URI * `hidden_domain` - same as in `static` provider * `cert` - use mutual TLS authentication with client certificates. In order to use this auth provider server must listen sockert in TLS mode (`-cert` and `-key` options) and client CA file must be specified (`-cacert`). Example: `cert://`. -### Using with Android - -1. Run proxy as in [examples](#usage) above. -2. Install Adguard on your Android: [Guide](https://adguard.com/en/adguard-android/overview.html). -3. Follow [this guide](https://adguard.com/en/blog/configure-proxy.html#configuringproxyinadguardforandroid), skipping server configuration. Use proxy type HTTPS if you set up TLS-enabled server or else use HTTP type. -4. Enjoy! - ## Synopsis ```