--- 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(+) ```