diff --git a/content/posts/commits/2026-06-27-commit-8e2fdb7.md b/content/posts/commits/2026-06-27-commit-8e2fdb7.md new file mode 100644 index 0000000..7a43f9d --- /dev/null +++ b/content/posts/commits/2026-06-27-commit-8e2fdb7.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(wg-gateway): add default route replacement via tun interface" +date: 2026-06-27T18:13:44+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 8e2fdb7 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `8e2fdb7` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `8e2fdb7051f4eb4058dce81d2276116a80adb7c9` | + + +### Description + +Without this, OpenVPN creates tun1 but container default route stays on eth1, +so forwarded traffic exits via host IP instead of ProtonVPN tunnel. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/wg-gateway-start.sh +``` + +### Diff Summary + +``` + borodino/wg-gateway-start.sh | 3 +++ + 1 file changed, 3 insertions(+) +```