summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2021-04-30 23:25:18 +0200
committerNiklas Hambüchen <mail@nh2.me>2021-05-16 20:11:51 +0200
commit0da74875c087768badedc694ca1ea44a3a290a8a (patch)
tree781a96917292826218f2db1a90c03fbd949dac96 /nixos
parent357cf46c8d753d08b5e9c837640aa43557b3675f (diff)
downloadnixpkgs-0da74875c087768badedc694ca1ea44a3a290a8a.tar
nixpkgs-0da74875c087768badedc694ca1ea44a3a290a8a.tar.gz
nixpkgs-0da74875c087768badedc694ca1ea44a3a290a8a.tar.bz2
nixpkgs-0da74875c087768badedc694ca1ea44a3a290a8a.tar.lz
nixpkgs-0da74875c087768badedc694ca1ea44a3a290a8a.tar.xz
nixpkgs-0da74875c087768badedc694ca1ea44a3a290a8a.tar.zst
nixpkgs-0da74875c087768badedc694ca1ea44a3a290a8a.zip
release notes: Mention WireGuard `dynamicEndpointRefreshSeconds`
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2105.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2105.xml b/nixos/doc/manual/release-notes/rl-2105.xml
index 6e4a9e7114b..99e0110fdcb 100644
--- a/nixos/doc/manual/release-notes/rl-2105.xml
+++ b/nixos/doc/manual/release-notes/rl-2105.xml
@@ -350,6 +350,15 @@
    </listitem>
    <listitem>
     <para>
+     The WireGuard module gained a new option
+     <option>networking.wireguard.interfaces.&lt;name&gt;.peers.*.dynamicEndpointRefreshSeconds</option>
+     that implements refreshing the IP of DNS-based endpoints periodically
+     (which WireGuard itself
+     <link xlink:href="https://lists.zx2c4.com/pipermail/wireguard/2017-November/002028.html">cannot do</link>).
+    </para>
+   </listitem>
+   <listitem>
+    <para>
      MariaDB has been updated to 10.5.
      Before you upgrade, it would be best to take a backup of your database and read
      <link xlink:href="https://mariadb.com/kb/en/upgrading-from-mariadb-104-to-mariadb-105/#incompatible-changes-between-104-and-105">