You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/external_trigger.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ jobs:
23
23
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
24
24
echo "> External trigger running off of master branch. To disable this trigger, add \`wireguard_master\` into the Github organizational variable \`SKIP_EXTERNAL_TRIGGER\`." >> $GITHUB_STEP_SUMMARY
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ This image provides various versions that are available via tags. Please read th
62
62
63
63
| Tag | Available | Description |
64
64
| :----: | :----: |--- |
65
-
| latest | ✅ | Stable releases based on Alpine *without* support for compiling Wireguard modules. |
65
+
| latest | ✅ | Stable releases based on Alpine *without* support for compiling Wireguard module. |
66
66
| legacy | ✅ | Stable releases with support for compiling Wireguard modules for older kernels. |
67
67
68
68
## Application Setup
@@ -226,7 +226,7 @@ Containers are configured using parameters passed at runtime (such as those abov
226
226
|`-e PERSISTENTKEEPALIVE_PEERS=`| Set to `all` or a list of comma separated peers (ie. `1,4,laptop`) for the wireguard server to send keepalive packets to listed peers every 25 seconds. Useful if server is accessed via domain name and has dynamic IP. Used only in server mode. |
227
227
|`-e LOG_CONFS=true`| Generated QR codes will be displayed in the docker log. Set to `false` to skip log output. |
228
228
|`-v /config`| Contains all relevant configuration files. |
229
-
|`-v /lib/modules`|Host kernel modules for situations where they're not already loaded. |
229
+
|`-v /lib/modules`|Path to host kernel module for situations where it's not already loaded. |
230
230
|`--sysctl=`| Required for client mode. |
231
231
|`--read-only=true`| Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
232
232
|`--cap-add=NET_ADMIN`| Neccessary for Wireguard to create its VPN interface. |
@@ -398,6 +398,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
398
398
399
399
## Versions
400
400
401
+
***20.12.24:** - Rebase to Alpine 3.21.
401
402
***13.08.24:** - Add `errors` plugin to default Corefile.
402
403
***23.07.24:** - Install kmod from alpine repository.
403
404
***24.05.24:** - Rebase to Alpine 3.20, install wireguard-tools from Alpine repo.
0 commit comments