Changelog: record IPv6 fix verification and disconnect/reconnect test

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-08 01:26:52 +02:00
parent 37e9af4080
commit 41e7b1f389
+5
View File
@@ -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