From 1282274a1a75843d99309e0072820cc45e887743 Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 18 Jul 2025 20:57:53 +0100 Subject: [PATCH] Wording --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index ebbfb8e..273f27b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -147,7 +147,7 @@ app_setup_block: | You should also uncomment the `Alt-Svc` header in your `ssl.conf` so that browsers are aware that you offer QUIC connectivity. - It is [recommended](https://quic-go.net/docs/quic/optimizations/#udp-buffer-sizes) to increase the UDP send/recieve buffer **on the host** by setting the `net.core.rmem_max` and `net.core.wmem_max` sysctls. Suggested values are between 4-16Mb (4194304-16777216 bytes). For persistence between reboots use `/etc/sysctl.d/`. + It is [recommended](https://quic-go.net/docs/quic/optimizations/#udp-buffer-sizes) to increase the UDP send/recieve buffer **on the host** by setting the `net.core.rmem_max` and `net.core.wmem_max` sysctls. Suggested values are 4-16Mb (4194304-16777216 bytes). For persistence between reboots use `/etc/sysctl.d/`. ### Migration from the old `linuxserver/letsencrypt` image