Commit Graph

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
54c7a2ba10 Fix: Replace update-resolv-conf script that uses systemd-resolved with direct resolv.conf modification
The upstream haugene/transmission-openvpn v5.4.0 image uses systemd-resolved
via D-Bus in its update-resolv-conf script, which fails in HA containers
that lack systemd/D-Bus with 'sd_bus_open_system: No such file or directory'.

This adds a custom update-resolv-conf script that directly modifies
/etc/resolv.conf by parsing OpenVPN's foreign_option_* environment variables.

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-16 07:33:22 +00:00
Alexandre
02db1ce48c Script in opt
https://github.com/alexbelgium/hassio-addons/issues/494
2022-11-30 06:35:36 +01:00
Alexandre
36fb29769f Rename transmission_openvpn/rootfs/opt/modify-mullvad.sh to transmission_openvpn/rootfs/etc/openvpn/mullvad/configure-openvpn.sh 2022-11-29 21:22:22 +01:00