From aa8621e21c9f3dd4fa113e55521878eeda7800d4 Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Thu, 28 May 2026 20:53:02 +0800 Subject: [PATCH] fix(warp): correct IPv6 address removal sed rule for IPv4-only VPS The old sed rule only matched lines starting with IPv6 patterns, but wgcf generates `Address = IPv4, IPv6` on a single line. This caused the IPv6 address to remain in wgcf-profile.conf on IPv4-only VPS, making wg-quick@warp fail with "RTNETLINK answers: Permission denied". The new rule strips `, /` from the Address line, leaving only the IPv4 address.