-3

I am in need of a set of IPTable rules that blocks all requests sent in the clear. I currently have a connection through Tor but when i start up my computer I do not want any connection going in the clear. If someone could give me a set up rules that would be great.

J. Doe
  • 1

1 Answers1

0
iptables -A OUTPUT -o wlan0 -m owner ! --uid-owner debian-tor -j DROP
Ipor Sircer
  • 3,069
  • 3
  • 10
  • 15