Could this be a case of missing semicolon at the end ?
On Tue, 2019-09-24 at 08:11 +0000, Carlos Lopez wrote:
> Hi all,
>
> When I try to configure multiple search DNS suffixes in dhcpd.conf, I
> am receiving the following error:
>
> /etc/dhcpd.conf line 21:
> option domain-search "custom.domain.org"
> ^
> fatal in dhcpd: Configuration file errors encountered
>
> According to man page:
>
> option domain-search rfc1035; | string [, string ...];
> The domain-search option specifies a list of the domain names
> that should be used during DNS name resolution.
>
> When dhclient(8) constructs resolv.conf(5) it will use
> this list
> of domains in preference to any information provided by the
> domain-name option.
>
> Note that dhcpd(8) calls this option option-119 instead of
> domain-search and only supports the rfc1035 variant.
>
> If my config is ok, maybe is this a bug?
>
> Regards