import script problem
Brought to you by:
aroudnev
Whilst trying to use the import script to import
existing data the script hangs after finding the first
zone.
Workaround
The format of the zone files was ex.
zone "test.com" in {
the import script doesn't understand the 'in' before
the open brace. After editing the zone files to the
below format the import work successfully.
zone "test.com" {