1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: openvpn-systemd-resolved
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://github.com/jonathanio/update-systemd-resolved
Vcs-Git: https://salsa.debian.org/debian/openvpn-systemd-resolved.git
Vcs-Browser: https://salsa.debian.org/debian/openvpn-systemd-resolved
Package: openvpn-systemd-resolved
Architecture: any
Depends: openvpn, libnss-resolve, systemd (>=229), ${misc:Depends}
Multi-Arch: same
Description: integrates OpenVPN with systemd-resolved
This is a helper script designed to integrate OpenVPN with the
systemd-resolved service via DBus instead of trying to override
/etc/resolv.conf, or manipulate systemd-networkd configuration files.
.
Since systemd-229, the systemd-resolved service has an API available via DBus
which allows directly setting the DNS configuration for a link. This script
makes use of busctl from systemd to send DBus messages to systemd-resolved to
update the DNS for the link created by OpenVPN.
|