dockerfiles/wireguard
kev cfea7dd783 update 2022-10-28 15:47:11 +08:00
..
README.md update 2022-10-28 15:47:11 +08:00
docker-compose.yml update 2022-10-28 15:47:11 +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