Changes between Version 6 and Version 7 of TipAndDoc/network/dhcpd
- Timestamp:
- Dec 4, 2011 1:30:50 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/network/dhcpd
v6 v7 68 68 > > option domain-search domain-list; 69 69 > This was added in 3.1.0. 70 > [[br]](snip)[[br]] 71 > You can configure 'option domain-name "example.com sales.example.com";', 72 > and on many Unixish systems, this will become a 'search' string in 73 > /etc/resolv.conf. But it doesn't work as expected on many non-unixish 74 > systems (they parse the spaces as part of the domain name).