From 6a5bd50fba0a34e82fc1d7c74734fc9b945339c3 Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 18 Jun 2026 20:01:07 +0000 Subject: [PATCH] fix: bypass flaky D601 Debian apt proxy --- config/hwlab-node-lanes.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/hwlab-node-lanes.yaml b/config/hwlab-node-lanes.yaml index 0538da0c..39942c00 100644 --- a/config/hwlab-node-lanes.yaml +++ b/config/hwlab-node-lanes.yaml @@ -390,6 +390,8 @@ networkProfiles: - ::1 - 127.0.0.1:5000 - localhost:5000 + - deb.debian.org + - .debian.org - .svc - .svc.cluster.local - .cluster.local @@ -413,6 +415,8 @@ networkProfiles: - ::1 - 127.0.0.1:5000 - localhost:5000 + - deb.debian.org + - .debian.org - .svc - .svc.cluster.local - .cluster.local