archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Option to enable DNS caching (systemd-resolved) on other network configurations.

Open ghost opened this issue 1 year ago • 0 comments

Currently the installer only enables systemd-resolved if the network configuration is set to "manual": https://github.com/archlinux/archinstall/blob/6524ada7622957fc2e18e41e5f965385e8f1020b/archinstall/lib/models/network_configuration.py#L139-L144

This enables DNS caching on manual, but if i select NetworkManager it does not enable it.

I think this should also be a checkbox option, because some people might want to use dnsmasq instead.

ghost avatar Jun 06 '24 12:06 ghost