From e74f645ff302f299217d703cb7fac1a94de0c9fd Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 2 May 2024 09:17:51 +0200 Subject: [PATCH] feat(options/wireguard): `WIREGUARD_PERSISTENT_KEEPALIVE_INTERVAL` --- setup/options/wireguard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/options/wireguard.md b/setup/options/wireguard.md index 1b9ce73..ddb4f00 100644 --- a/setup/options/wireguard.md +++ b/setup/options/wireguard.md @@ -24,3 +24,4 @@ If using the Wireguard protocol, depending on the provider, the following might | `WIREGUARD_ALLOWED_IPS` | `0.0.0.0/0,::/0` | CSV of IP address ranges | Wireguard peer allowed ips | | `WIREGUARD_IMPLEMENTATION` | `auto` | `auto`, `kernelspace` or `userspace` | Wireguard implementation to use | | `WIREGUARD_MTU` | `1400` | Any positive value up to `65535` | Wireguard MTU | +| `WIREGUARD_PERSISTENT_KEEPALIVE_INTERVAL` | | Any duration, for example `25s` | Wireguard persistent keepalive interval |