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

This commit is contained in:
2026-06-27 18:13:44 +02:00
committed by Betty
parent 4004c43096
commit 2820d98e20

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M borodino/wg-gateway-start.sh
```
### Diff Summary
```
borodino/wg-gateway-start.sh | 3 +++
1 file changed, 3 insertions(+)
```