diff options
author | Dan Theisen <djt@hxx.in> | 2018-07-06 00:13:54 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-07-06 02:34:42 -0700 |
commit | df1a5e501763e44127dc660b01fd036de5b94112 (patch) | |
tree | 1a52ba11a2f6872c17f25dea1fc6265538eb0f43 /user/bind/localhost.zone | |
parent | 5b7b4d541766dcaa27db11fc82a5114790828deb (diff) | |
download | packages-df1a5e501763e44127dc660b01fd036de5b94112.tar.gz packages-df1a5e501763e44127dc660b01fd036de5b94112.tar.bz2 packages-df1a5e501763e44127dc660b01fd036de5b94112.tar.xz packages-df1a5e501763e44127dc660b01fd036de5b94112.zip |
user/bind: import, take, clean up, update root zone
Diffstat (limited to 'user/bind/localhost.zone')
-rw-r--r-- | user/bind/localhost.zone | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/bind/localhost.zone b/user/bind/localhost.zone new file mode 100644 index 000000000..338d7050c --- /dev/null +++ b/user/bind/localhost.zone @@ -0,0 +1,11 @@ +$TTL 1W +@ IN SOA ns.localhost. root.localhost. ( + 2002081601 ; Serial + 28800 ; Refresh + 14400 ; Retry + 604800 ; Expire - 1 week + 86400 ) ; Minimum +@ IN NS ns +ns IN A 127.0.0.1 + +ns IN AAAA ::1 |