Bot Updating Documentation

LinuxServer-CI 2025-07-29 17:04:02 +00:00
rodzic 0a6f92ed58
commit 04085411c3
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -38,7 +38,7 @@ The architectures supported by this image are:
## Application Setup
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.
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.
This can be run as a server or a client, based on the parameters used.
@ -431,13 +431,14 @@ To help with development, we generate this dependency graph.
svc-wireguard -> legacy-services
}
Base Images: {
"baseimage-alpine:3.21"
"baseimage-alpine:3.22"
}
"wireguard:latest" <- Base Images
```
## Versions
* **15.07.25:** - Rebase to Alpine 3.22. Remove iptables-legacy shim.
* **01.01.25:** - Deprecate legacy branch.
* **20.12.24:** - Rebase to Alpine 3.21.
* **13.08.24:** - Add `errors` plugin to default Corefile.