-
Notifications
You must be signed in to change notification settings - Fork 344
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
doc/designs: add encrypted DNS design documents #7384
base: master
Are you sure you want to change the base?
Conversation
|
||
Most changes involve configuration updates. New installation options for encrypted DNS ensure the deployment and activation of DNS services to encrypt all outbound traffic. | ||
|
||
Address of our unbound server has to be set in /etc/resolv.conf. /etc/resolv.conf nameserver 127.0.0.1 |
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.
We will be using 127.0.0.53 or 127.0.0.55 (depends on whether we disable systemd-resolved completely or not).
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.
I think we should deploy the simplest configuration. I would opt for Unbound and BIND instead of systemd-resolved, Unbound, and BIND. Then, I would use 127.0.0.53 because it runs on port 53, avoiding conflicts with systemd-resolved if it is enabled later by mistake or manually.
doc/designs/edns.md
Outdated
|
||
### Configuration | ||
|
||
Any configuration options? Any commands to enable/disable the feature or turn on/off its parts? |
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.
Installers will deploy a valid configuration, but can be easily edited at: /etc/unbound/conf.d/zzz-ipa.conf
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.
added
5c13758
to
f8e090e
Compare
Add design page for Encrypted DNS traffic support. Related: https://pagure.io/freeipa/issue/9605 Signed-off-by: Francisco Trivino <[email protected]>
Add design page for Encrypted DNS traffic support.
Related: https://pagure.io/freeipa/issue/9605