Re: [Dnsmasq-discuss] How to create /etc/resolv.conf after removing systemd-resolved?

2024-06-06 Thread Chris Green
On Thu, Jun 06, 2024 at 03:15:52PM +0200, Petr Menšík wrote: >Depends on how you use dnsmasq. If you use NetworkManager managed >instance, it can create /etc/resolv.conf for you. Define dns=dnsmasq in >NetworkManager.conf and restart the service. That's it! > >Or just rm -f /etc/re

Re: [Dnsmasq-discuss] How to create /etc/resolv.conf after removing systemd-resolved?

2024-06-06 Thread Petr Menšík
Depends on how you use dnsmasq. If you use NetworkManager managed instance, it can create /etc/resolv.conf for you. Define dns=dnsmasq in NetworkManager.conf and restart the service. That's it! Or just rm -f /etc/resolv.conf && sudoedit /etc/resolv.conf, manually. On 04. 06. 24 11:10, Chris Gr

Re: [Dnsmasq-discuss] Support DNS cookies

2024-06-06 Thread Petr Menšík
Hi Tijs! First thing is, Simon wants changes here in form of patches present in mails. If you have a code to share, include [PATCH] in subject and use git format-patch master on your branch to generate patches and attach them to message. Yes, it is old school, but the correct way to get patch

[Dnsmasq-discuss] Monthly Posting

2024-06-06 Thread Monthly Posting
Hi, "How To Ask Questions The Smart Way" has immediately after the introduction an advice on before you ask. http://www.catb.org/esr/faqs/smart-questions.html#before Following that advice is still no guarantee for a (good) response. So when you are still stuck with something that you think i

Re: [Dnsmasq-discuss] [PATCH] Static analysis minor issue fixes

2024-06-06 Thread Geert Stappers
On Sat, Jun 01, 2024 at 12:36:49AM +0200, Petr Menšík wrote: > Hi! > > As part of our review of dnsmasq code, our code scanning tools revealed few > warnings. Some of them are valid, although it does fix only more or less > cosmetic fixes. Potentially emitting warnings in tools like Coverity scan.