aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/android/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-07-31 03:03:06 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-08-01 23:22:41 +0200
commit4312c703e8a99f79d387fd282a121bd5b7b333e7 (patch)
tree86baf829eba2aab6f10f3cff952c81b607a3167c /contrib/examples/android/README.md
parentrecieve: pskb_trim already checks length (diff)
downloadwireguard-monolithic-historical-4312c703e8a99f79d387fd282a121bd5b7b333e7.tar.xz
wireguard-monolithic-historical-4312c703e8a99f79d387fd282a121bd5b7b333e7.zip
contrib: move Android tools to wireguard-android repo
https://git.zx2c4.com/wireguard-android/
Diffstat (limited to 'contrib/examples/android/README.md')
-rw-r--r--contrib/examples/android/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/examples/android/README.md b/contrib/examples/android/README.md
deleted file mode 100644
index 2d16fc4..0000000
--- a/contrib/examples/android/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.
-