Hi there I'm having problems with this command...

I made the dnsmasq.conf file this way:

interface=wlan0mon
dhcp-range=
192.168.1.2, 192.168.1.30, 255.255.255.0, 12h
dhcp-option=3,
192.168.1.1
dhcp-option=6,
192.168.1.1
server=
8.8.8.8
log-queries
log-dhcp
listen-address=
127.0.0.1

when I hit the command:


Code:
sudodnsmasq-Cdnsmasq.conf-d


I get this:

Code:
dnsmasq:started,version2.84rc2cachesize150
dnsmasq: compile time options:IPv6GNU-getoptDBusno-UBusi18nIDN2DHCPDHCPv6no-LuaTFTPconntrackipsetauthcryptohashDNSSECloop-detectinotifydumpfile
dnsmasq-dhcp:DHCP,IPrange192.168.1.2--192.168.1.30,leasetime12h
dnsmasq:usingnameserver8.8.8.8#53
dnsmasq:noserversfoundin/etc/resolv.conf,willretry
dnsmasq:read/etc/hosts-6addresses


What is wrong?

Thank you in advance!