-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Knot Nameserver #65
Conversation
762a300
to
c6ed8e6
Compare
Integration of knot and replicator is ready for review. What's still missing is proper configuration of the public interfaces of knot (including bootstrapping zones). |
3eb58b1
to
1090d81
Compare
9067fc3
to
1c1859c
Compare
785d57a
to
9a4ef25
Compare
Planning to deploy at ns2.desec.org. While support for draft-ietf-dnsop-dnssec-bootstrapping is missing in Knot DNS, _signal.ns2.desec.org will be handled by ns1.desec.io. To prepare, the following commands are needed on each ns1 POP: docker-compose exec --env DESEC_NS_NAME=ns2.desec.org ns su pdns -s /bin/bash -c /usr/bin/local/signaling_domain_zone.sh \
&& docker-compose exec ns pdnsutil replace-rrset _signal.ns2.desec.org "@" NS 3600 "ns1.desec.io" \
&& docker-compose stop ns && docker-compose up -d Also, on each ns2 POP (to prevent ns2 from answering with its DNSKEY): docker-compose exec ns pdnsutil delete-zone _signal.ns2.desec.org \
&& sed -i 's/^DESEC_NS_SIGNALING_DOMAIN_ZONE_PRIVATE_KEY_B64=.*/DESEC_NS_SIGNALING_DOMAIN_ZONE_PRIVATE_KEY_B64=/g' .env
&& docker-compose stop ns && docker-compose up -d |
c809640
to
ddf7327
Compare
Migration from PowerDNS (assuming that the # Clean up old installation
cd desec-ns && docker-compose down && docker ps -aq | xargs docker rm -f && docker volume rm desec-ns_ns && docker network ls && docker volume ls
# Build, run & sync
git pull && git checkout 20231228_knot && docker-compose build && docker-compose up -d ns && docker-compose down
cd /var/lib/docker/volumes/desec-ns_ns && rm -rf _data && tar xvjf ~/data.tar.bz2 && ls -l
cd ~/desec-ns && docker-compose up -d && tail -f /var/log/syslog
# If all works, clean up
rm ~/data.tar.bz2 && exit |
@nils-wisiol These commits are Kraut und Rüben, but may be useful individually for understanding why any specific line is there. Let me know if you prefer it squashed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay, looks good to me! Formal approval is required by @peterthomassen
f04a20a
to
a3e1c87
Compare
a3e1c87
to
0b27339
Compare
0b27339
to
0f9c47b
Compare
No description provided.