dockerfiles/wireguard
kev 095d1475d1 update wireguard 2021-02-03 17:05:06 +08:00
..
README.md update wireguard 2021-02-03 17:05:06 +08:00
docker-compose.yml update wireguard 2021-02-03 17:05:06 +08:00

wireguard

WireGuard® 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.

Up and Running

$ 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

GUI Clients