From owner-freebsd-questions@freebsd.org Fri Nov 15 03:20:07 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0E2B71BAC37 for ; Fri, 15 Nov 2019 03:20:07 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (mail.geeks.org [IPv6:2001:4980:3333:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47Dk9x2wjXz3xGS for ; Fri, 15 Nov 2019 03:20:05 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (localhost [127.0.0.1]) by after-clamsmtpd.geeks.org (Postfix) with ESMTP id 8ADCE110231 for ; Thu, 14 Nov 2019 21:19:56 -0600 (CST) Received: by mail.geeks.org (Postfix, from userid 1003) id 6DDE1110221; Thu, 14 Nov 2019 21:19:56 -0600 (CST) Date: Thu, 14 Nov 2019 21:19:56 -0600 From: Doug McIntyre To: freebsd-questions@freebsd.org Subject: Re: BIND 9.9.10-P3 Message-ID: <20191115031956.GA12319@geeks.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 47Dk9x2wjXz3xGS X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of merlyn@geeks.org designates 2001:4980:3333:1::1 as permitted sender) smtp.mailfrom=merlyn@geeks.org X-Spamd-Result: default: False [1.17 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.28)[0.276,0]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.19)[-0.192,0]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[geeks.org]; SUBJ_ALL_CAPS(1.05)[14]; IP_SCORE(0.33)[asn: 7753(1.72), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7753, ipnet:2001:4980::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2019 03:20:07 -0000 On Fri, Nov 15, 2019 at 09:56:40AM +0700, deng daya wrote: > I have a question > After install BIND 9.9.10-P3 for my slave server > but when I tranfer domain from master server I received weird file zone BIND9 for a long time has stored the received zone files in a quicker to parse raw binary format for quicker loading for people with large # of zones. Its been this way for years and years. You can configure BIND to store files in text format instead of raw format. masterfile-format text; To check the contents you can configure BIND to allow a 'dig @localhost zone.com axfr' Or you can convert the files from raw format to text format via this KB https://kb.isc.org/docs/aa-00608