LINUX.ORG.RU

История изменений

Исправление Deleted, (текущая версия) :

https://linux.die.net/man/1/torify

Нашел более полную справку, странно, в моей системе ман не указывает это: «Both will leak ICMP data.»

Тобишь, надо блочить ICMP траффик.

$ iptables -I OUTPUT -d $IPADDR -p icmp -j DROP

Исходная версия Deleted, :

man torify

NAME
       torify - wrapper for torsocks and tor

SYNOPSIS
       torify application [application’s arguments]

DESCRIPTION
       torify is a simple wrapper that calls torsocks with a tor-specific configuration file.

       It is provided for backward compatibility; instead you should use torsocks.

WARNING
       When used with torsocks, torify should not leak DNS requests or UDP data.

       torify can leak ICMP data.

       torify will not ensure that different requests are processed on different circuits.

Тобишь, надо блочить ICMP траффик.

$ iptables -I OUTPUT -d $IPADDR -p icmp -j DROP