mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Increase Retry interval from 300 to 900 to shut named warning that
(300 < 900) maintainance interval
This commit is contained in:
parent
6dd23b5447
commit
6ca11646fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25368
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
; From: @(#)localhost.rev 5.1 (Berkeley) 6/30/90
|
||||
; $Id$
|
||||
; $Id: PROTO.localhost.rev,v 1.3 1997/02/23 09:21:09 peter Exp $
|
||||
;
|
||||
; This file is automatically edited by the `make-localhost' script in
|
||||
; the /etc/namedb directory.
|
||||
|
@ -8,7 +8,7 @@
|
|||
@ IN SOA @host@. root.@host@. (
|
||||
@date@ ; Serial
|
||||
3600 ; Refresh
|
||||
300 ; Retry
|
||||
900 ; Retry
|
||||
3600000 ; Expire
|
||||
3600 ) ; Minimum
|
||||
IN NS @host@.
|
||||
|
|
Loading…
Reference in a new issue