From 5ae61c92cda1d92c3a81d61063eec398092bfc8e Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Fri, 8 Aug 2025 21:25:42 +0300 Subject: [PATCH] Created Privacy (markdown) --- Privacy.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Privacy.md diff --git a/Privacy.md b/Privacy.md new file mode 100644 index 0000000..3a8c1b2 --- /dev/null +++ b/Privacy.md @@ -0,0 +1,21 @@ +The default arguments configuration runs the crawler with DHT and UPnP forwarding disabled, but the current `librqbit` implementation still handles PEX connections. Use the following tips to enhance your privacy, in addition to the firewall rules. + +## The P2P Blocklist + +Use the P2P Blocklist argument to filter **outgoing** connections: + +``` bash +aquatic-crawler --blocklist=file:///path/to/blocklist.txt +``` +or +``` bash +aquatic-crawler --blocklist=http://domain.to/blocklist.txt +``` + +### Examples + +To block Internet connections (restrict outgoing requests to local network peers only) +``` blocklist.txt +Internet IPv4:0.0.0.0/0 +Internet IPv6:2000::/7 +``` \ No newline at end of file