|
From: Jamie C. <jca...@we...> - 2006-09-13 17:46:12
|
On 13/Sep/2006 05:32 Obantec Support wrote ..
> Hi
>
> i have lost the settings i had for using template file in bind.
>
> when i create a new zone all is ok except the IP is missing from these
> 2
> lines
>
> @ IN A
> www IN A
You need to have lines in your template like :
@ IN A ${IP}
www IN A ${IP}
- Jamie
|