post: commit cfdb213 in borodino
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s

This commit is contained in:
Claude Code
2026-07-06 15:56:49 +02:00
committed by Betty
parent 0b4bd31765
commit 5f25399bfa

View File

@@ -0,0 +1,45 @@
---
title: "[borodino] fix(wg-gateway): use tasks.<service> 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 <noreply@anthropic.com>
### 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(-)
```