فهرست منبع

book: clarify network privacy for irc

y 3 سال پیش
والد
کامیت
f3aa943c37
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  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/`,
 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
 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.
 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.