2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
This commit is contained in:
kev
2022-10-28 15:47:11 +08:00
parent 758f24f6c7
commit cfea7dd783
8 changed files with 22 additions and 18 deletions

View File

@@ -1,7 +1,10 @@
wireguard
=========
[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.
[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.
## Up and Running

View File

@@ -1,7 +1,7 @@
version: "3.8"
services:
wireguard:
image: ghcr.io/linuxserver/wireguard
image: linuxserver/wireguard
container_name: wireguard
cap_add:
- NET_ADMIN
@@ -14,8 +14,9 @@ services:
- SERVERPORT=51820
- PEERS=3
- PEERDNS=auto
- INTERNAL_SUBNET=10.18.18.0
- INTERNAL_SUBNET=10.13.13.0
- ALLOWEDIPS=0.0.0.0/0
- LOG_CONFS=true
volumes:
- ./data:/config
- /lib/modules:/lib/modules