forked from freeipa/freeipa
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Edns tests for PR#7343 #4084
Open
varunmylaraiah
wants to merge
4
commits into
freeipa-pr-ci2:master
Choose a base branch
from
varunmylaraiah:edns_tests_for7343
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Edns tests for PR#7343 #4084
varunmylaraiah
wants to merge
4
commits into
freeipa-pr-ci2:master
from
varunmylaraiah:edns_tests_for7343
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
Add DNS over TLS support using Unbound as a local resolver. This includes new options on both server and client side. * `--dns-over-tls`: enable DNS over TLS support. This option is present on both client and server. It deploys Unbound and configures BIND on the server to receive DoT requests. * `--dot-forwarder`: the upstream DNS server with DoT support. It must be specified in the format `1.2.3.4#dns.server.test` * `--dns-over-tls-key` and `--dns-over-tls-cert`: in case user prefers to have the DoT certificate in BIND generated by themselves. If these are empty, IPA CA is used instead to request a new certificate. Signed-off-by: Antonio Torres <[email protected]>
Signed-off-by: Antonio Torres <[email protected]>
varunmylaraiah
force-pushed
the
edns_tests_for7343
branch
6 times, most recently
from
October 22, 2024 11:30
0b47151
to
6aa610c
Compare
varunmylaraiah
force-pushed
the
edns_tests_for7343
branch
5 times, most recently
from
October 24, 2024 10:43
8bae325
to
6de1089
Compare
varunmylaraiah
force-pushed
the
edns_tests_for7343
branch
from
October 24, 2024 20:27
6de1089
to
0ed4738
Compare
varunmylaraiah
force-pushed
the
edns_tests_for7343
branch
3 times, most recently
from
November 6, 2024 02:02
7cda9fb
to
9cd205f
Compare
Signed-off-by: Varun Mylaraiah <[email protected]>
Signed-off-by: Varun Mylaraiah <[email protected]>
varunmylaraiah
force-pushed
the
edns_tests_for7343
branch
from
November 7, 2024 12:37
9cd205f
to
5cbab8a
Compare
These tests have been integrated into freeipa#7343 |
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.
Added additional tests for DNS-over-TLS