Explorar o código

book: clarify network privacy for irc

y %!s(int64=3) %!d(string=hai) anos
pai
achega
f3aa943c37
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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.