Skip to content

Commit

Permalink
Update wireguard to version 14 (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Aug 13, 2024
1 parent e033a5a commit e7cde80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions wireguard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 51821

app:
image: ghcr.io/wg-easy/wg-easy:13@sha256:24eddefd4e5ae2cff930d4f9254f018d5f4cdd48daf559e7a73a14da6a9fbbb4
image: ghcr.io/wg-easy/wg-easy:14@sha256:f6c2587da3fdc9d5927743fb4a92cff42d690b182396ffd0cdad034becb41053
restart: on-failure
stop_grace_period: 1m
ports:
Expand All @@ -21,4 +21,4 @@ services:
- SYS_MODULE
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.conf.all.src_valid_mark=1
8 changes: 4 additions & 4 deletions wireguard/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: wireguard
name: WireGuard
tagline: Run your own free and unlimited WireGuard VPN
category: networking
version: "13"
version: "14"
port: 51821
description: >-
WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.
Expand Down Expand Up @@ -38,7 +38,8 @@ description: >-
📐 Well Defined & Thoroughly Considered
WireGuard is the product of careful academic consideration, with a clearly defined protocol and well-considered design decisions.
releaseNotes: ""
releaseNotes: >-
This release upgrades WireGuard Easy to version 14.
dependencies: []
developer: Emile Nijssen
website: https://github.com/wg-easy/wg-easy
Expand All @@ -50,5 +51,4 @@ gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""

path: ""

0 comments on commit e7cde80

Please sign in to comment.