How to edit dnsmasq for top level domain?

Booting, installing, newbie
Post Reply
Message
Author
Aeon
Posts: 6
Joined: Wed 20 Mar 2013, 08:28

How to edit dnsmasq for top level domain?

#1 Post 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.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post 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

Aeon
Posts: 6
Joined: Wed 20 Mar 2013, 08:28

#3 Post 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.

Post Reply