Georgi Panov

Results 11 comments of Georgi Panov

I tried adding those options manually in the config but after reload of Kea DHCP service they get removed.

Tried manually deleting that ip rule and then gluetun container is able to restore the connection , but i have no idea why it isnt cleaning it up automatically .

using this as a workaround for now ```lifecycle: postStart: exec: command: - /bin/sh - -c - ip rule del table 51820 || true```

> using this as a workaround for now `lifecycle: postStart: exec: command: - /bin/sh - -c - ip rule del table 51820 || true` I have disabled ipv6 for my...

Here , i will upload the whole log so you can check what happens when connection drops and it tries to recover. [qbittorrent-vpn.log](https://github.com/user-attachments/files/17058305/qbittorrent-vpn.log)

I use truecharts which have gluetun in their common charts and you enable it as an addon in other charts. Im still learning my way around kubernetes so i cant...

Yeah, i can test the old version tomorrow , just gotta change back to a custom wireguard provider again cos i started using protonvpn which was implemented in 3.39. I...

You are right, i was looking at the second and third row and saw monitor_disable= true. I had the same issue on version 25.1.5 and after enabling the gateway monitor...

Why is your redirect url pointing to grafana tho ? You also need to add "skip_jwt_bearer_tokens = true" in your oauth proxy config so that oauth2 proxy would authorize valid...