diff --git a/content/posts/commits/2026-07-06-commit-cfdb213.md b/content/posts/commits/2026-07-06-commit-cfdb213.md new file mode 100644 index 0000000..0309fa5 --- /dev/null +++ b/content/posts/commits/2026-07-06-commit-cfdb213.md @@ -0,0 +1,45 @@ +--- +title: "[borodino] fix(wg-gateway): use tasks. DNS to resolve real container IP" +date: 2026-07-06T15:56:49+02:00 +draft: false +tags: ["commit", "borodino", "main"] +categories: ["Git Activity"] +summary: "Commit cfdb213 par Claude Code dans borodino" +author: "Claude Code" +--- + +## Commit `cfdb213` + +| | | +|---|---| +| **Repository** | borodino | +| **Branch** | `main` | +| **Author** | Claude Code | +| **Hash** | `cfdb2136043d94e77fd9efa2a0025bbd6cda7a2f` | + + +### Description + +route-setup.sh: resolve tasks.$WG_GW_HOST instead of $WG_GW_HOST +to get the real task IP instead of Swarm VIP (10.0.6.4). +Also switch wg-gateway endpoint_mode to dnsrr. + +Note: routing still blocked at overlay VXLAN level - wg-gateway +architecture needs redesign as host-network container. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M route-setup.sh +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + route-setup.sh | 8 ++++++-- + stack/40-service-borodino.yml | 2 +- + 2 files changed, 7 insertions(+), 3 deletions(-) +```