about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorNadrieril <nadrieril@gmail.com>2017-07-14 11:47:15 +0100
committerRobin Gloster <mail@glob.in>2017-07-17 13:07:49 +0200
commit8669fb1f96cfd68ed68d9d76ff1f0237d4d96748 (patch)
tree5d91fbfb9273d48cc36f39621ac9e084761428b5 /nixos/doc
parentd2aa638ee2b6f9771cf63f90dbc04a3eb3ecc384 (diff)
tinc service: BindToAddress and ListenAddress are different options, they should not be mistaken
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1709.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1709.xml b/nixos/doc/manual/release-notes/rl-1709.xml
index 3ae2d260c992d..72dfd60bedd94 100644
--- a/nixos/doc/manual/release-notes/rl-1709.xml
+++ b/nixos/doc/manual/release-notes/rl-1709.xml
@@ -120,6 +120,16 @@ rmdir /var/lib/ipfs/.ipfs
       also serve as a SSH agent if <literal>enableSSHSupport</literal> is set.
     </para>
   </listitem>
+  <listitem>
+    <para>
+      The <literal>services.tinc.networks.&lt;name&gt;.listenAddress</literal>
+      option had a misleading name that did not correspond to its behavior. It
+      now correctly defines the ip to listen for incoming connections on. To
+      keep the previous behaviour, use
+      <literal>services.tinc.networks.&lt;name&gt;.bindToAddress</literal>
+      instead. Refer to the description of the options for more details.
+    </para>
+  </listitem>
 </itemizedlist>
 
 <para>Other notable improvements:</para>