Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930
  1. ### Do not use this code.
  2. This is not a complete implementation of WireGuard. If you're interested in using WireGuard, use
  3. the implementation for Linux [found here](https://git.zx2c4.com/WireGuard/) and described on the
  4. [main wireguard website](https://www.wireguard.com/). There is no group of users that should be
  5. using the code in this repository here under any circumstances at the moment, not even beta testers
  6. or dare devils. It simply isn't complete. However, if you're interested in assisting with the
  7. Android development of WireGuard and contributing to this repository, by all means dig in and help
  8. out. But users: stay far away, at least for now.
  9. -------
  10. # Android Implementation of WireGuard
  11. This is a work in progress for implementing WireGuard for Android.
  12. ## License
  13. This program is free software; you can redistribute it and/or modify
  14. it under the terms of the GNU General Public License version 2 as
  15. published by the Free Software Foundation.
  16. This program is distributed in the hope that it will be useful,
  17. but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. GNU General Public License for more details.
  20. You should have received a copy of the GNU General Public License along
  21. with this program; if not, write to the Free Software Foundation, Inc.,
  22. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.