Index: [Article Count Order] [Thread]

Date:  Tue, 01 Apr 2008 23:42:21 +0100
From:  Dogsbody <dan (at mark) dogsbody.org>
Subject:  [coba-e:12403] Re: Pointing Virtual Sites
To:  coba-e (at mark) bluequartz.org
Message-Id:  <47F2BA4D.5050201 (at mark) dogsbody.org>
In-Reply-To:  <00bc01c89437$4993bc30$e5b418ac@dell>
References:  <00bc01c89437$4993bc30$e5b418ac@dell>
X-Mail-Count: 12403


>> One way around the A records would be a wildcard, which you 
>> can do if you let some registrars like GoDaddy handle your DNS.
> 
> I prefer to make it manually than delegate it to some one else. :)

You can easily do wildcard DNS on the BQ...

echo "*.example.com. in a 111.111.111.111" >> 
/var/named/chroot/var/named/pri.example.com.include

The above is all on one line and obviously example.com and 
111.111.111.111 needs to be changed for your site.

Then reload named...

/etc/rc.d/init.d/named reload

I hope that helps

Dan