[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] WildCard DNS
- Subject: Re: [cobalt-users] WildCard DNS
- From: MistaAviB@xxxxxxx
- Date: Sun Jun 18 09:57:05 2000
Hi, the new raq3 patch says that if you want to make custome additions to a
DNS records, you should make a file name the same as the DNS record but with
a .include extention. I have pri.diz.nu looks like this:
$TTL 86400
diz.nu. IN SOA ns.elitehosts.com. admin.ns.elitehosts.com. (
2000061722
10800
3600
604800
86400
)
diz.nu.IN NS ns.elitehosts.com.
; End SOA Header
;
; Do Not edit BIND db files directly.
; Use the administrative web user interface /admin/ -> Control Panel -> DNS
Parameters
; Custom additions may be made by creating a file of the same name as this
but with a
; .include suffix. Click Save Changes in the DNS web interface and the
inclusion will be made.
;
diz.nu.in mx 30 mailrecv.bigmailbox.com.
www.diz.nu.in a 64.29.16.106
diz.nu.in a 64.29.16.106
and pri.diz.nu.include like this:
*.diz.nu. in a 64.29.16.106
www.*diz.nu. in a 64.29.16.106
When i add the stuff that is in the .include file to pri.diz.nu the wildcard
dns works, but it gets deleted if i reboot, but if i leave it in .include, it
does not take effect. (I have tried rebooting the dns from telnet and the web
- no luck)
Has anyone also had this problem?
Mista B.