Page 1 of 1

How to edit dnsmasq for top level domain?

Posted: Wed 20 Mar 2013, 11:29
by Aeon
Hello

I want to have my own top level domain in dnsmasq. I googled a bit and followed a few tutorials and now i've edited a line:

Code: Select all

 Address=/test/127.0.0.1
and I have the following line:

Code: Select all

 listen-address = 127.0.0.1 
When I restart dnsmasq and ping wordpress.test I get an error "bad address".

I have no idea how to continue as all articles i've read pretty much stop here.

Posted: Wed 20 Mar 2013, 16:34
by Semme
So you've covered *how to's* like this one >> http://www.computerminds.co.uk/drupal-code/dnsmasq?

Let your address line begin with a lower case a.. maybe this together- listen-address=127.0.0.1

Posted: Wed 27 Mar 2013, 07:48
by Aeon
Thanks. I will check that. :D

edit: and yes I did use a few of those articles. The one you posted was one of them.