#5438 ipa-dns-install should offer IP addresses from resolv.conf as default forwarders
Closed: Fixed Opened by pspacek.

Do you want to configure DNS forwarders? [yes]: yes
Following DNS servers are configured in /etc/resolv.conf: 192.0.2.1, 2001:DB8::ABCD
Do you want to configure these servers as DNS forwarders? [yes]: no
Enter an IP address for a DNS forwarder, or press Enter to skip: 2001:DB8::666

It is up to discussion what should be default for non-interactive ipa-dns-install. IMHO we should offer option --forwarder=resolv.conf which would read values from resolv.conf.

Python-dns does resolv.conf parsing for us, so it should not be a problem.


master:

  • 45d9d4e8ae524cdc91effc05ce3fe1c06cfb750e ipa-dns-install offer IP addresses from resolv.conf as default forwarders
  • 8f5f0d6edd25d2ca747c0477366fb392a26390f2 Remove global variable dns_forwarders from ipaserver.install.dns

master:

  • 0044e56d6ce1fe5a8307bcf6320a22e63ff94bd9 add auto-forwarders option to standalone DNS installer
  • 0997f6b9aadfe996a02004b4f3d03411ff5d141c add '--auto-forwarders' description to server/replica/DNS installer man pages

Metadata Update from @pspacek:
- Issue assigned to pspacek
- Issue set to the milestone: FreeIPA 4.3

Metadata