nsd service: add non-backward compatible release note entry
This commit is contained in:
parent
c4c9019105
commit
73630b8986
|
@ -226,6 +226,27 @@ programs.ibus.plugins = with pkgs; [ ibus-anthy mozc ];
|
||||||
was removed. Please review the currently available options.</para>
|
was removed. Please review the currently available options.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The option <option>services.nsd.zones.<name>.data</option> no
|
||||||
|
longer interpret the dollar sign ($) as a shell variable, as such it
|
||||||
|
should not be escaped anymore. Thus the following zone data:
|
||||||
|
</para>
|
||||||
|
<programlisting>
|
||||||
|
\$ORIGIN example.com.
|
||||||
|
\$TTL 1800
|
||||||
|
@ IN SOA ns1.vpn.nbp.name. admin.example.com. (
|
||||||
|
</programlisting>
|
||||||
|
<para>
|
||||||
|
Should modified to look like the actual file expected by nsd:
|
||||||
|
</para>
|
||||||
|
<programlisting>
|
||||||
|
$ORIGIN example.com.
|
||||||
|
$TTL 1800
|
||||||
|
@ IN SOA ns1.vpn.nbp.name. admin.example.com. (
|
||||||
|
</programlisting>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user