about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-09-09 09:25:32 +0900
committerRaphael Megzari <raphael@megzari.com>2021-09-10 09:39:55 +0900
commit75c7c16df2e79d8128d83eaba7b773bb2c69888b (patch)
tree6872e661aa39097a01a47becd473f4bb55e18fb6 /nixos
parent6a51087bba98e15ebae11c7e32b72f1eaffa6458 (diff)
downloadnixlib-75c7c16df2e79d8128d83eaba7b773bb2c69888b.tar
nixlib-75c7c16df2e79d8128d83eaba7b773bb2c69888b.tar.gz
nixlib-75c7c16df2e79d8128d83eaba7b773bb2c69888b.tar.bz2
nixlib-75c7c16df2e79d8128d83eaba7b773bb2c69888b.tar.lz
nixlib-75c7c16df2e79d8128d83eaba7b773bb2c69888b.tar.xz
nixlib-75c7c16df2e79d8128d83eaba7b773bb2c69888b.tar.zst
nixlib-75c7c16df2e79d8128d83eaba7b773bb2c69888b.zip
release-docs: add ipfs localdiscovery false change
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml11
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 13 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 1b0371a0179a..22c31fb23f0d 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1121,6 +1121,17 @@ Superuser created successfully.
           rofi’s changelog</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          ipfs now defaults to not listening on you local network. This
+          setting was change as server providers won’t accept port
+          scanning on their private network. If you have several ipfs
+          instances running on a network you own, feel free to change
+          the setting <literal>ipfs.localDiscovery = true;</literal>.
+          localDiscovery enables different instances to discover each
+          other and share data.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 3df77d21d827..9e9ed4dad97b 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -320,3 +320,5 @@ To be able to access the web UI this port needs to be opened in the firewall.
 - GNOME desktop environment now enables `QGnomePlatform` as the Qt platform theme, which should avoid crashes when opening file chooser dialogs in Qt apps by using XDG desktop portal. Additionally, it will make the apps fit better visually.
 
 - `rofi` has been updated from '1.6.1' to '1.7.0', one important thing is the removal of the old xresources based configuration setup. Read more [in rofi's changelog](https://github.com/davatorium/rofi/blob/cb12e6fc058f4a0f4f/Changelog#L1).
+
+- ipfs now defaults to not listening on you local network. This setting was change as server providers won't accept port scanning on their private network. If you have several ipfs instances running on a network you own, feel free to change the setting `ipfs.localDiscovery = true;`. localDiscovery enables different instances to discover each other and share data.