diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-25 02:11:55 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-25 02:11:55 +0100 |
commit | 69d4fe9a8120fd10e144bac0bc5f7083ee1a283a (patch) | |
tree | fb384e75df2bbc5ce1400ef94835dd1ac739bc6b /cli/README.md | |
parent | bdfb319854d7b5bdc125073016d648b417f45f8a (diff) |
cli: move to android_kernel_wireguard
These tools are now part of the ROM builder's toolkit at:
https://git.zx2c4.com/android_kernel_wireguard/about/
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cli/README.md')
-rw-r--r-- | cli/README.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cli/README.md b/cli/README.md deleted file mode 100644 index 2d16fc40..00000000 --- a/cli/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# Tools for Android - -This currently contains a version of wg-quick.bash that works with -Android 7's `ndc` command. It requires the WireGuard module to be -part of your kernel, but after that, the usual `wg-quick up` and -`wg-quick down` commands work normally. - -## Installation - -Build a `wg` binary for Android and place it in this folder. Then -copy this folder some place on your phone, and run `sh ./install.sh` -as root. It should survive ROM flashes. - -## Usage - -Compared to the ordinary wg-quick, this one does not support SaveConfig -and {Pre,Post}{Up,Down}. - -Put your configuration files into `/data/misc/wireguard/`. After that, -the normal `wg-quick up|down` commands will work. - |