smoother would be to
include a bind file:
1) if your domain is domain.com, create a file called
/etc/named/pri.domain.com.include in
/etc/named/ that reads:
Quote:
; Custom additions to the BIND database with this
; pri.domain.tld.include file beneath the regular
; pri.domain.tld file that shouldn't be edited
; directly (since edited by the GUI).
; Add and remove a dummy subdomain into the GUI
; to have this file included, the pri.domain.tld
; file will show an additional line reading
; $INCLUDE pri.domain.tld.include.
; /etc/httpd/conf/httpd.conf must be edited, too.
; ml 26.12.2002
;
; include all subdomains with the * wildcard
*.domain.com. in a 123.123.123.123
|
You can skip all the
;-lines, of course; the last one is the relevant one.
2) In the Control Panel (GUI), click Save Changes in the DNS parameters and the inclusion will be made. I will add automatically the line
Quote:
|
$INCLUDE pri.domain.com.include
|
to the
/etc/named/pri.domain.com file.
Best regards