1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/wireguard/README.md

36 lines
1003 B
Markdown
Raw Normal View History

2019-07-09 20:08:34 +00:00
wireguard
=========
2022-10-28 07:47:11 +00:00
[WireGuard®][1] is an extremely simple yet fast and modern VPN that utilizes
state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more
useful than IPsec, while avoiding the massive headache. It intends to be
considerably more performant than OpenVPN.
2019-07-09 20:08:34 +00:00
2021-02-03 09:05:06 +00:00
## Up and Running
2019-07-09 20:08:34 +00:00
```bash
2021-02-03 09:05:06 +00:00
$ echo 'deb http://deb.debian.org/debian buster-backports main contrib non-free' > /etc/apt/sources.list.d/buster-backports.list
$ apt update
$ apt install wireguard
$ docker-compose up -d
$ docker-compose logs -f wireguard
$ tree -d
└── data
├── coredns
├── peer1
├── peer2
├── peer3
├── server
└── templates
2019-07-09 20:08:34 +00:00
```
2021-02-03 09:05:06 +00:00
## GUI Clients
2019-07-09 20:08:34 +00:00
2021-02-03 09:05:06 +00:00
- Android: https://f-droid.org/en/packages/com.wireguard.android/
- iOS: https://itunes.apple.com/us/app/wireguard/id1441195209
- MacOS: https://itunes.apple.com/us/app/wireguard/id1451685025
- Windows: https://download.wireguard.com/windows-client/
2019-07-09 20:08:34 +00:00
2021-02-03 09:05:06 +00:00
[1]: https://www.wireguard.com/