post: commit 3838800 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s

This commit is contained in:
2026-06-27 18:07:24 +02:00
committed by Betty
parent bc1139d17c
commit 4004c43096

View File

@@ -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 <noreply@anthropic.com>
### 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(-)
```