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: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
6
6
[](https://linuxserver.io/discord"realtime support / chat with the community and the team.")
7
7
[](https://discourse.linuxserver.io"post on our community forum.")
8
-
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
9
8
[](https://github.com/linuxserver"view the source for all of our repositories.")
10
9
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
11
10
@@ -22,7 +21,6 @@ Find us at:
22
21
*[Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
23
22
*[Discord](https://linuxserver.io/discord) - realtime support / chat with the community and the team.
24
23
*[Discourse](https://discourse.linuxserver.io) - post on our community forum.
25
-
*[Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images.
26
24
*[GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
27
25
*[Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
28
26
@@ -54,11 +52,10 @@ The architectures supported by this image are:
54
52
| :----: | :----: | ---- |
55
53
| x86-64 | ✅ | amd64-\<version tag\>|
56
54
| arm64 | ✅ | arm64v8-\<version tag\>|
57
-
| armhf | ❌ ||
58
55
59
56
## Application Setup
60
57
61
-
During container start, it will first check if the wireguard module is already installed and loaded. Kernels newer than 5.6 generally have the wireguard module built-in (along with some older custom kernels). However, the module may not be enabled. Make sure it is enabled prior to starting the container.
58
+
During container start, it will first check if the wireguard module is already installed and loaded. All currently supported kernels should have the wireguard module built-in (along with some older custom kernels). However, the module may not be enabled. Make sure it is enabled prior to starting the container.
62
59
63
60
This can be run as a server or a client, based on the parameters used.
64
61
@@ -388,7 +385,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
388
385
389
386
## Versions
390
387
391
-
***17.06.25:** - Rebase to Alpine 3.22.
388
+
***15.07.25:** - Rebase to Alpine 3.22. Remove iptables-legacy shim.
392
389
***01.01.25:** - Deprecate legacy branch.
393
390
***20.12.24:** - Rebase to Alpine 3.21.
394
391
***13.08.24:** - Add `errors` plugin to default Corefile.
0 commit comments