=== patrick_ is now known as patrick === esv_ is now known as esv [18:12] why do i get this error: Name or service not known at line 67 of /etc/dnsmasq.conf [18:12] no way to know that [18:13] this is at line 67: server=10.1.2.2,10.1.3.2 [18:16] well, that isn't valid [18:17] what's the correct syntax [18:17] no idea, I have no clue what your attempting to do [18:17] you basically said server=gibberish [18:18] no way to *fix* that [18:18] set two upstream nameservers [18:24] looks like youre just suppose to use server= twice [18:24] horrid documentation [18:33] i guess what it wants me to do is set it in /etc/resolv.conf [18:47] echelon, editing resolv.conf is generally a bad idea on ubuntu. on ubuntu server do it in netplan [18:49] rfm: dnsmasq would need to replace systemd-resolved [18:53] they both occupy udp/53 [18:53] systemd-resolved never works on my servers, I have to disable it [18:53] and when using docker I normally also have to remove resolv.conf and do that manually [18:54] getting docker to use ipv6 correctly on ubuntu is not so simple