From e5071974808021d12e9ab1e982cd26cd830aab37 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 12 Dec 2024 09:47:06 +1100 Subject: [PATCH] docs(gateway): add changelog entry for #7479 (#7484) The issue is now fixed and `git pull` from `github.com` as a resource now works as expected. --- website/src/components/Changelog/Gateway.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index 5b157b755..7e6ec9ac7 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -24,6 +24,10 @@ export default function Gateway() { improving performance. The number of threads can be controlled with `FIREZONE_NUM_TUN_THREADS` and defaults to 2. + + Fixes an issue where SSH connections involving NAT64 failed to + establish. +