I found this solution too http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=debian/init;h=bafbca17cbd459c304e4d5761c32744d211452eb;hb=HEAD#l114
Le 26/06/2018 à 01:26, ljf a écrit : > In /etc/init.d/dnsmasq, i suggest to replace > > DNSMASQ_OPTS="$DNSMASQ_OPTS `sed -e s/". IN DS "/--trust-anchor=.,/ -e > s/" "/,/g $ROOT_DS | tr '\n' ' '`" > > by > > DNSMASQ_OPTS="$DNSMASQ_OPTS `sed -e s/".\s*\d*\sIN DS > "/--trust-anchor=.,/ -e s/" "/,/g $ROOT_DS | tr '\n' ' '`" > > -- Valentin https://grimaud.me/valentin/

