Browse Source

readme: added iptables isolate cmd

Fabian Peter Hammerle 4 years ago
parent
commit
d75d6c74a5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -26,3 +26,8 @@ $ ssh -o 'ProxyCommand nc -x localhost:9050 -v %h %p' abcdefghi.onion
 # no anonymity!
 $ chromium-browser --proxy-server=socks5://localhost:9050 ipinfo.io
 ```
+
+isolate:
+```sh
+iptables -A OUTPUT ! -o lo -j REJECT --reject-with icmp-admin-prohibited
+```