mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user