diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-29 10:53:41 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-29 10:53:49 +0200 |
| commit | d1f04bf33ed4e2b6f17bdc32784aa23c6dfd6a20 (patch) | |
| tree | 25dee3e79bcc98c5b4cc753eedb6e10c176f93c5 /doc/TOR.md | |
| parent | f25bfb00969a7e09996da2d5500e6718f4cc0148 (diff) | |
| download | dino-d1f04bf33ed4e2b6f17bdc32784aa23c6dfd6a20.tar.gz | |
Import wiki documentation from upstream
Imported from:
commit 2484d45a8abcb55e900de8538de6ec646992d682 (HEAD)
Author: Marvin W <git@larma.de>
Date: Fri Aug 19 14:41:11 2022 +0200
Destroyed _Footer (markdown)
Diffstat (limited to 'doc/TOR.md')
| -rw-r--r-- | doc/TOR.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/TOR.md b/doc/TOR.md new file mode 100644 index 00000000..7ec02191 --- /dev/null +++ b/doc/TOR.md @@ -0,0 +1,20 @@ +# Run +If you configured a system-wide SOCKS proxy, Dino will honor that setting. + +Otherwise, you can specifically set Dino to use Tor by starting it with +``` +$ torsocks dino +``` + +# DNS + +You can have your system route DNS requests through Tor by writing `nameserver 127.0.0.1` into your `/etc/resolv.conf`. + +XMPP uses `SRV` records by default, which cannot be queried through Tor. As a fallback, XMPP uses `A` records, which **can** be queried through Tor. Thus, make sure the domain of your server has an `A` record set to the IP of the XMPP server. Public servers are very frequently set up accordingly. + +# Anonymity and privacy distributions + +## Tails +* Download and install the Dino Debian package from [OBS](https://software.opensuse.org/download.html?project=network:messaging:xmpp:dino&package=dino). +* Start Dino from the console with `torsocks dino`. +* Don't worry about DNS - Tails forces all traffic through Tor. |
