From d98705fb9eb35c118c186e3552de43d028ceff04 Mon Sep 17 00:00:00 2001 From: Betty Date: Sat, 27 Jun 2026 15:02:19 +0200 Subject: [PATCH] post: commit 15a14ea in bojemoi --- .../commits/2026-06-27-commit-15a14ea.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-06-27-commit-15a14ea.md diff --git a/content/posts/commits/2026-06-27-commit-15a14ea.md b/content/posts/commits/2026-06-27-commit-15a14ea.md new file mode 100644 index 0000000..ed9908b --- /dev/null +++ b/content/posts/commits/2026-06-27-commit-15a14ea.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(bond0): add static route for bojemoi.me via bond0 on meta-76" +date: 2026-06-27T15:02:19+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 15a14ea par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `15a14ea` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `15a14ea1efdadbf54e051166a7b67491cbe38d02` | + + +### Description + +C2 VPN server (bojemoi.me/3.74.140.72) was being routed through tun1 +(ProtonVPN) due to ProtonVPN's /1 catch-all routes, breaking C2 if +ProtonVPN drops. Adding a host route via bond0 ensures tun0 always +has a direct physical path independent of tun1. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M scripts/bond0-meta76.sh +``` + +### Diff Summary + +``` + scripts/bond0-meta76.sh | 4 ++++ + 1 file changed, 4 insertions(+) +```