Re: Bind and systemd-resolved

2022-04-22 Thread Ondřej Surý
I think you also might want to mask the service: https://fedoramagazine.org/systemd-masking-units/ -- Ondřej Surý — ISC (He/Him) My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. > On 22. 4. 2022, at 17:20, Randy

Re: Bind and systemd-resolved

2022-04-22 Thread Randy Bush
sudo systemctl disable systemd-resolved.service sudo service systemd-resolved stop -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/conta

Re: Bind and systemd-resolved

2022-04-22 Thread Petr Menšík
systemd-resolved is broken in many ways. I doubt it can forward correctly TSIG or SIG(0). If you have a proper DNS server running on your machine, there is not many reasons to run also systemd-resolved. If you need it, I suggest to write fixed /etc/resolv.conf pointing to 127.0.0.1 or ::1. Consider