Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oli Schacher
dnsheads-doh
Commits
05adc89e
Commit
05adc89e
authored
Nov 21, 2019
by
Oli Schacher
Browse files
Update demonotes.md
parent
db24c3a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
demonotes.md
View file @
05adc89e
...
...
@@ -20,10 +20,22 @@ live demo dnsdist: bacon.dnsheads.ch
*
dnsdist : http://bacon.dnsheads.ch:8053
*
recursor: http://bacon.dnsheads.ch:8054
## Tooling setup
## Tooling setup
on servers for local testing:
`yum install -y knot-utils bind-utils`
on local docker vm including sdig:
```
docker run --rm -ti centos:7 /bin/bash
yum install -y epel-release yum-plugin-priorities && \
curl -o /etc/yum.repos.d/powerdns-auth-42.repo \
https://repo.powerdns.com/repo-files/centos-auth-42.repo && \
yum install -y pdns-tools knot-utils bind-utils
```
## Resolver setup
...
...
@@ -150,10 +162,7 @@ addDOHLocal('0.0.0.0','/etc/dnsdist/dnsdist.pem', '/etc/dnsdist/dnsdist.key',{'/
```
```
yum install epel-release yum-plugin-priorities && \
curl -o /etc/yum.repos.d/powerdns-auth-42.repo \
https://repo.powerdns.com/repo-files/centos-auth-42.repo && \
yum install pdns-tools -y
sdig https://bacon.dnsheads.ch/ 443 switch.ch ns
sdig https://dohrestest.dnsheads.ch/ 443 switch.ch ns
```
...
...
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