From 4004c430962fe6bfbc7e894f47addce77ddc0913 Mon Sep 17 00:00:00 2001 From: Betty Date: Sat, 27 Jun 2026 18:07:24 +0200 Subject: [PATCH] post: commit 3838800 in bojemoi --- .../commits/2026-06-27-commit-3838800.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/posts/commits/2026-06-27-commit-3838800.md diff --git a/content/posts/commits/2026-06-27-commit-3838800.md b/content/posts/commits/2026-06-27-commit-3838800.md new file mode 100644 index 0000000..b5beeae --- /dev/null +++ b/content/posts/commits/2026-06-27-commit-3838800.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] feat(wg-gateway): activate container VPN gateway for scan services" +date: 2026-06-27T18:07:24+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 3838800 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `3838800` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `3838800fca202fcce885783ae86a6ad9a8e836bd` | + + +### Description + +- Scale wg-gateway to replicas: 1 in stack (was 0) +- Fix wg-gateway-start.sh: strip route-up/script-security from .ovpn (missing file) +- Fix wg-gateway-start.sh: detect tun interface dynamically (tun0/tun1) +- All scan services (ak47, bm12, uzi, nuclei-worker, zap) now exit via ProtonVPN + container (103.125.235.22) instead of host routing table +- Simplifies host routing: no more need for /1 catch-all bypass routes + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/wg-gateway-start.sh +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + borodino/wg-gateway-start.sh | 27 +++++++++++++++------------ + stack/40-service-borodino.yml | 2 +- + 2 files changed, 16 insertions(+), 13 deletions(-) +```