Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
deckard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
deckard
Commits
71498657
Commit
71498657
authored
Nov 20, 2017
by
Petr Špaček
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'kresd-qtrace' into 'master'
Kresd QTRACE See merge request
!86
parents
cc64821a
a025ecd1
Pipeline
#25453
passed with stage
in 6 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+1
-1
kresd_run.sh
kresd_run.sh
+1
-1
template/kresd.j2
template/kresd.j2
+2
-0
No files found.
Makefile
View file @
71498657
...
...
@@ -3,7 +3,7 @@ TESTS ?= sets/resolver
DAEMON
?=
kresd
TEMPLATE
?=
template/kresd.j2
CONFIG
?=
config
ADDITIONAL
?=
ADDITIONAL
?=
-f
1
OPTS
?=
PYTHON
?=
python3
...
...
kresd_run.sh
View file @
71498657
...
...
@@ -14,7 +14,7 @@ TEMPLATE=${TEMPLATE:-"template/kresd.j2"}
CONFIG
=
${
CONFIG
:-
"config"
}
# Additional parameters for kresd - non-interactive mode
ADDITIONAL
=
"-f 1"
ADDITIONAL
=
${
ADDITIONAL
:-
"-f 1"
}
export
TESTS DAEMON TEMPLATE CONFIG ADDITIONAL
...
...
template/kresd.j2
View file @
71498657
...
...
@@ -2,6 +2,8 @@ net = { '{{SELF_ADDR}}' }
modules = {'stats', 'policy', 'hints'}
-- test. domain is used by some tests, allow it
policy.add(policy.suffix(policy.PASS, {todname('test.')}))
-- extra verbose logging for answers received from network
policy.add(policy.all(policy.QTRACE))
cache.size = 2*MB
hints.root({['k.root-servers.net'] = '{{ROOT_ADDR}}'})
{% if QMIN == "false" %}
...
...
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