Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
98225f5d
Commit
98225f5d
authored
May 16, 2000
by
Andreas Gustafsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added files missing from system test checkin
parent
bb9b9025
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
bin/tests/system/dnssec/ns4/named.conf
bin/tests/system/dnssec/ns4/named.conf
+14
-0
bin/tests/system/dnssec/ns4/root.hint
bin/tests/system/dnssec/ns4/root.hint
+3
-0
No files found.
bin/tests/system/dnssec/ns4/named.conf
0 → 100644
View file @
98225f5d
options
{
directory
"."
;
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
4
; };
recursion
yes
;
notify
yes
;
};
zone
"."
{
type
hint
;
file
"root.hint"
;
};
include
"trusted.conf"
;
bin/tests/system/dnssec/ns4/root.hint
0 → 100644
View file @
98225f5d
$TTL 999999
. IN NS a.root-servers.nil.
a.root-servers.nil. IN A 10.53.0.1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment