From 41e7b1f3896b805340cb8cd80cd04f6317e729c1 Mon Sep 17 00:00:00 2001 From: Gino Ben Salah Date: Tue, 8 Sep 2026 01:26:52 +0200 Subject: [PATCH] Changelog: record IPv6 fix verification and disconnect/reconnect test Co-Authored-By: Claude Fable 5.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 016f1c4..fb0c4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ Every change is committed and pushed so the history can be followed in git as we hostname verification. The check now uses `node:https` with the `family` option against `www.cloudflare.com`, so both families work with normal certificate validation. +### Verified on the host +- Both families logged: `ipv4=104.28.x.x (warp=on) ipv6=2a09:bac1:... (warp=on)`. +- Forced `warp-cli disconnect` inside the container: next check logged `NOT CONNECTED ... warp=off`, + ran `warp-cli connect`, and the following check was `CONNECTED` again. + ## [1.1.0] - 2026-09-08 ### Changed