jonathanio / update-systemd-resolved

Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus.
Other
761 stars 94 forks source link

Flush caches over DBUS as well rather than using systemd-resolve #99

Closed cmadamsgit closed 1 year ago

cmadamsgit commented 2 years ago

This switches to flushing the cache with a straight DBUS call as well - no reason to use systemd-resolve (or the newer resolvectl) just for that part when doing the rest of the work over DBUS.

tomeon commented 1 year ago

Ping @cmadamsgit -- this LGTM. Could you please rebase on the latest rev in master? Happy to merge this once that's done and CI passes. Thanks!

tomeon commented 1 year ago

Never mind; took care of it myself. Thank you for your contribution!