;-----------------------------------------------------------------------
; localhost.zone
; ==============
;
; Project Root Server
; Scope Native
; Copyright (C) 2022 by RaySoft, Zurich, Switzerland
; License GNU General Public License (GPL) 2.0
; https://www.gnu.org/licenses/gpl2.txt
;
;-----------------------------------------------------------------------
$ORIGIN localhost.
$TTL 3600
@ IN SOA ns1.raysoft.loc. root.raysoft.loc. (
2015033101 ; Serial
86400 ; refresh after 24 hours (Ripe-203)
7200 ; retry after 2 hours (Ripe-203)
3600000 ; expire after 1000 hours (Ripe-203)
172800 ) ; minimum TTL of 2 days (Ripe-203)
IN NS ns1.raysoft.loc.
IN NS ns2.raysoft.loc.
IN A 127.0.0.1