configured bind 9.10.1 as slave gettting data in binary form

William Clarke wclarke at simons-rock.edu
Thu Apr 9 04:00:36 UTC 2015


Prakash,

There certainly is infact i just came across the same issue. Find the latest documentation for bind and search the pdf for "format". It'll show you the syntax, basically you need to add:

masterfile-format text;

 to each "view" or you can specify it for each "zone".

Example:

      zone "simons-rock.edu." IN {
           type slave;
           masterfile-format text;
           masters { 192.168.1.221; };
           file "internal/simons-rock.edu.internal.db";

Willie

On April 8, 2015 11:47:56 PM EDT, prakash <prakash at nic.in> wrote:
>
> Hi,
>
>Few days back, I configured Bind 9.10.1 as slave, it is working but
>getting 
>
>data in binary form. I have several zone files. I will have to compile
>each file to get it 
>
>in txt form. There is any way to get all zone files in txt format as I
>was getting in older versions.
>
> Please reply, kind request to all Bind users.
>
> Thanks
>
> Regards
>
> Prakash Chand
>
>  
>
>
>
>
>
>
>
>  
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Please visit https://lists.isc.org/mailman/listinfo/bind-users to
>unsubscribe from this list
>
>bind-users mailing list
>bind-users at lists.isc.org
>https://lists.isc.org/mailman/listinfo/bind-users

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20150409/66b2b588/attachment.html>


More information about the bind-users mailing list