Przeglądaj źródła

book: clarify network privacy for irc

y 3 lat temu
rodzic
commit
f3aa943c37
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      doc/src/misc/ircd/ircd.md

+ 10 - 0
doc/src/misc/ircd/ircd.md

@@ -195,3 +195,13 @@ inbound and outbound connections.
 Copy [this script](https://github.com/narodnik/weechat-global-buffer/blob/main/buffclone.py) to `~/.weechat/python/autoload/`,
 and you will create a single buffer which aggregates messages from all channels. It's useful to monitor activity
 from all channels without needing to flick through them.
+
+## Network-level privacy
+
+Nodes have knowledge of their peers, including the IP addresses of connected hosts.
+
+DarkFi supports the use of pluggable transports, including Tor and Nym, to provide network-level privacy. As long as there
+are live seed nodes configured to support a Tor or Nym connection, users can connect to `darkirc` and benefit from the
+protections offered by these protocols.
+
+Other approaches include connecting via a cloud server or VPN. Research the risks involved in these methods before connecting.