Re: [systemd-devel] systemd-resolved : How to change permanently to 127.0.0.54

2024-12-22 Thread Daniel Foster
I believe you can just remove the symlink at /etc/resolv.conf and replace it with a file that points to 127.0.0.54. (apologies Laura, I forgot to reply all) On Mon, Dec 23 2024 at 07:30:38 +00:00:00, Laura Smith wrote: On Sunday, 22 December 2024 at 22:13, Kevin P. Fleming systemd-resolved

Re: [systemd-devel] systemd-resolved : How to change permanently to 127.0.0.54

2024-12-22 Thread Laura Smith
On Sunday, 22 December 2024 at 22:13, Kevin P. Fleming systemd-resolved does not write or otherwise modify /etc/resolv.conf; your > system may have a symlink at /etc/resolv.conf which points to one of the > files created by systemd-resolved. Whatever tool or method is managing that > is the o

Re: [systemd-devel] systemd-resolved : How to change permanently to 127.0.0.54

2024-12-22 Thread Laura Smith
Sent with [Proton Mail](https://proton.me/mail/home) secure email. On Sunday, 22 December 2024 at 22:13, Kevin P. Fleming wrote: > systemd-resolved does not write or otherwise modify /etc/resolv.conf; So you're saying this statement at the top of /etc/resolv.conf is a lie ? $ cat /etc/resolv.

Re: [systemd-devel] systemd-resolved : How to change permanently to 127.0.0.54

2024-12-22 Thread Kevin P. Fleming
On Sun, Dec 22, 2024, at 11:49, Laura Smith wrote: > At present systemd-resolved inserts 127.0.0.53 into /etc/resolv.conf > > Certain applications on my system have problems with this, relating to DNSSEC > and they work perfectly with the "proxy-only" 127.0.0.54 instead. > > What is the permanen

[systemd-devel] systemd-resolved : How to change permanently to 127.0.0.54

2024-12-22 Thread Laura Smith
At present systemd-resolved inserts 127.0.0.53 into /etc/resolv.conf Certain applications on my system have problems with this, relating to DNSSEC and they work perfectly with the "proxy-only" 127.0.0.54 instead. What is the permanent way to ensure that systemd-resolved inserts .54 and not .53