From b410b4a59c670ffb274ba6e7a677aa3c8123b9c9 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 31 May 2024 16:05:15 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-pairdrop.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-pairdrop.md b/docs/images/docker-pairdrop.md index db3d3ac27..178ee694a 100755 --- a/docs/images/docker-pairdrop.md +++ b/docs/images/docker-pairdrop.md @@ -52,7 +52,7 @@ Enabling WS_FALLBACK provides a fallback if the peer to peer WebRTC connection i This is especially useful if you connect to your instance via a VPN as most VPN services block WebRTC completely in order to hide your real IP address. -*Warning*: All traffic sent between devices using this fallback is routed through the server and therefor not peer to peer! Traffic routed via this fallback is readable by the server and uses the server's bandwidth. +*Warning*: All traffic sent between devices using this fallback is routed through the server and therefore not peer to peer! Traffic routed via this fallback is readable by the server and uses the server's bandwidth. ## Usage @@ -291,6 +291,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **31.05.24:** - Rebase to Alpine 3.20. * **31.01.24:** - Rebase to Alpine 3.19. * **30.05.23:** - Rebase to Alpine 3.18. * **06.03.23:** - Run npm install as non-root user.