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