overlay: default.network: Enable UseDomains
For whatever reason, _systemd-networkd_ does not resepect the DNS domain search list sent by the DHCP server by default. This means single-label name lookups will fail in most cases.dev/gentoo
parent
c2e85681a8
commit
c35b7cfb72
|
@ -3,3 +3,9 @@ Type=ether
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
|
|
||||||
|
[DHCPv4]
|
||||||
|
UseDomains=yes
|
||||||
|
|
||||||
|
[DHCPv6]
|
||||||
|
UseDomains=yes
|
||||||
|
|
Loading…
Reference in New Issue