Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
平文で送信されたすべてのリクエストをブロックする一連の IPTable ルールが必要です。現在、Tor を介して接続していますが、コンピューターを起動するときに、接続を平文で行いたくありません。誰かが私にセットアップルールを教えてくれたら、それは素晴らしいことです.
iptables -A OUTPUT -o wlan0 -m owner ! --uid-owner debian-tor -j DROP