Files
blog/content/posts/commits/2026-07-06-commit-cfdb213.md
Claude Code 5f25399bfa
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
post: commit cfdb213 in borodino
2026-07-06 15:56:50 +02:00

1.0 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[borodino] fix(wg-gateway): use tasks.<service> DNS to resolve real container IP 2026-07-06T15:56:49+02:00 false
commit
borodino
main
Git Activity
Commit cfdb213 par Claude Code dans borodino 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(-)