update-systemd-resolved icon indicating copy to clipboard operation
update-systemd-resolved copied to clipboard

Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus.

Results 31 update-systemd-resolved issues
Sort by recently updated
recently updated
newest added

This PR introduces a GitHub Actions workflow that amounts to a transliteration of the Travis CI config. Motivation: Travis CI is slowly fading away (?) and GitHub Actions is where...

In version 240 of systemd there's the new option *DNSDefaultRoute* introduced by https://github.com/systemd/systemd/pull/11050 with the following [description](https://www.freedesktop.org/software/systemd/man/systemd.network.html#DNSDefaultRoute=): > Takes a boolean argument. If true, this link's configured DNS servers are...

Enhancement
Help Wanted

This is a draft pull request that introduces the ability to dynamically generate polkit rules that allow `update-systemd-resolved` to perform its various DBus calls when run as an unprivileged user....

## Motivation Atoning for the sins I committed in #3, and addressing #71. ## Summary of changes 1. Farming out address expansion and validation to battle-tested tools, when possible (`sipcalc`,...

Hi, This issue is merely a report regarding some of the differences between this repo and the current [AUR package](https://aur.archlinux.org/packages/openvpn-update-systemd-resolved). 1. Per christoph.gysin, "Setting the path as instructed in the...

/usr/bin is not intended to be used for locally installed software. /usr/local/bin is a more appropriate place to default to storing locally installed scripts, as per FHS[0]. [0] https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s09.html

I'm experiencing DNS leakage using this script in which the IP addresses of my ISP's DNS servers are visible. Strangely, the IP addresses of my VPN's DNS servers are also...

Help Wanted
Won't Fix
Query Routing
NetworkManager

and short-circuit with an error message about requiring systemd >= 229 if it is unavailable. Incidental changes: 1. Ensure that the test runner sources the `update-systemd-resolved` script that lives in...

When using DNSOverTLS=yes in resolved.conf all DNS queries over VPN fail if the private DNS server doesn't support DoT. This option makes disabling DoT for the link easy while keeping...

Enhancement
Documentation

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...