Now that's what I need. Thanks for another useful reply.

# vi /usr/local/etc/dnsmasq.conf
( No File - I did not use this. I use only /etc/dnsmasq.conf )

# vi /etc/dnsmasq.conf

--- --- --- --- ---
interface=lo
listen-address=127.0.0.1
bind-interfaces
## AAAAtestver
server=1.2.3.4#53
server=1.2.3.4#53
server=1.2.3.4#53
server=1.2.3.4#53
rev-server=1.2.3.4/24,1.2.3.4
bogus-priv
cache-size=1337
dnssec-check-unsigned=no
dnssec-no-timecheck
domain-needed
filterwin2k
min-cache-ttl=1337
neg-ttl=1337
dns-forward-max=1337
no-poll
no-resolv
stop-dns-rebind
addn-hosts=path-to/path-to.txt
conf-file=path-to/path-to.conf
filter-AAAA
--- --- --- --- ---

# dnsmasq --version
Dnsmasq version 2.87test4-1-g37a70d3

# dnsmasq
dnsmasq: unsupported option at line 12 of /etc/dnsmasq.conf

# sed '12!d' /etc/dnsmasq.conf
dnssec-check-unsigned=no

# service dnsmasq restart;systemctl status dnsmasq.service
Job for dnsmasq.service failed because the control process exited with
error code.
bad option at line 24 of /etc/dnsmasq.conf

# sed '24!d' /etc/dnsmasq.conf
filter-AAAA

# dpkg --list|grep dnsmasq
ii  dnsmasq                               2.85-1                        
all          Small caching DNS proxy and DHCP/TFTP server
ii  dnsmasq-base                          2.85-1                        
amd64        Small caching DNS proxy and DHCP/TFTP server

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to