mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
17 lines
349 B
Text
17 lines
349 B
Text
; From: @(#)localhost.rev 5.1 (Berkeley) 6/30/90
|
|
; $FreeBSD$
|
|
;
|
|
; This file is automatically edited by the `make-localhost' script in
|
|
; the /etc/namedb directory.
|
|
;
|
|
|
|
$TTL 3600
|
|
|
|
@ IN SOA @host@. root.@host@. (
|
|
@date@ ; Serial
|
|
3600 ; Refresh
|
|
900 ; Retry
|
|
3600000 ; Expire
|
|
3600 ) ; Minimum
|
|
IN NS @host@.
|
|
IN PTR localhost.@domain@.
|