-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
AXFR over TLS #16
Merged
Merged
AXFR over TLS #16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enable by specifying an auth name, like this: ``` auth-zone: name: nlnetlabs.nl master: 185.49.140.60#ns.nlnetlabs.nl ```
With doc, SSL setup function, and function parameter doc.
Review changes for the XoT branch
Fixup fd pass.
Fix test code for call change for XoT.
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.
Warnings removed and uses config for port numbers. One bug fix, the IPv6 port number was not right for UDP polls for XoT fetches over IPv6.
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
wcawijngaards
added a commit
that referenced
this pull request
May 1, 2019
Turn it on with master: <ip>#<authname> in unbound.conf. This uses TLS to download the AXFR (or IXFR).
jedisct1
added a commit
to jedisct1/unbound
that referenced
this pull request
May 2, 2019
* nlnet/master: (46 commits) - And gitignore unit test generated files, and generated doc files. - Fix .gitignore, add pythonmod and dnstap generated files. - contrib/fastrpz.patch updated for code changes, and with git diff. Add repology batch to README.md - PR NLnetLabs#16: XoT support, AXFR over TLS fixup shell - Nicer travis output for clang analysis. fixup to remove .git from makedist tarballs. Added README.md file for Github use - Update makedist for git. update makedist for git Update services/authzone.c Update services/authzone.c Update services/outside_network.c Update services/authzone.c Update services/outside_network.c Update services/authzone.c Update services/authzone.c Update services/authzone.c Fix test code for call change for XoT. ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable by specifying an auth name, like this: