From owner-freebsd-isp Tue Oct 8 09:29:55 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA05662 for isp-outgoing; Tue, 8 Oct 1996 09:29:55 -0700 (PDT) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA05657 for ; Tue, 8 Oct 1996 09:29:50 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id LAA15329; Tue, 8 Oct 1996 11:28:10 -0500 From: Joe Greco Message-Id: <199610081628.LAA15329@brasil.moneng.mei.com> Subject: Re: redundant news systems To: rls@mail.id.net (Robert Shady) Date: Tue, 8 Oct 1996 11:28:10 -0500 (CDT) Cc: jgreco@brasil.moneng.mei.com, richard@pegasus.com, freebsd-isp@freebsd.org In-Reply-To: <199610081225.IAA22514@server.id.net> from "Robert Shady" at Oct 8, 96 08:25:59 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Do you have some special way of telling your DNS server that your TTL for > news.mei.com is differrent than the TTL for ftp..mei.com, or the MX > record for mei.com?? Yes and it's called RTFM. ;-) You can specify an optional TTL on a per record basis. {name} {ttl} addr-class A address news 60 IN A 169.207.30.21 One of the least used features I've seen in BIND. ... JG