From 5b352b85ace7777c79d70dd10f7cd827e723ccda Mon Sep 17 00:00:00 2001 From: Leonardo de Araujo <46436462+araujo88@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:37:08 -0300 Subject: [PATCH] Update TODOs.md --- TODOs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODOs.md b/TODOs.md index 4a95af8..74de8b0 100644 --- a/TODOs.md +++ b/TODOs.md @@ -57,3 +57,6 @@ - [ ] 15. **Client-side Performance:** - Although the server primarily serves static content, ensure served pages are optimized for client-side performance (e.g., minification of CSS and JavaScript). + + - [ ] 16. **IPv6 Support:** + Implement dual-stack support to ensure the server can handle connections over both IPv4 and IPv6 networks.