From cd512b838e6009b72f621b5cb361f86aaaa572a4 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 5 Sep 2022 01:44:53 +0300 Subject: [PATCH] upd doc --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7a28bbc..aeec33d 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,13 @@ 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 ```