Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.md 683 B

123456789101112131415161718192021
  1. # Tools for Android
  2. This currently contains a version of wg-quick.bash that works with
  3. Android 7's `ndc` command. It requires the WireGuard module to be
  4. part of your kernel, but after that, the usual `wg-quick up` and
  5. `wg-quick down` commands work normally.
  6. ## Installation
  7. Build a `wg` binary for Android and place it in this folder. Then
  8. copy this folder some place on your phone, and run `sh ./install.sh`
  9. as root. It should survive ROM flashes.
  10. ## Usage
  11. Compared to the ordinary wg-quick, this one does not support SaveConfig
  12. and {Pre,Post}{Up,Down}.
  13. Put your configuration files into `/data/misc/wireguard/`. After that,
  14. the normal `wg-quick up|down` commands will work.