Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. sudo apt-get install iptables libnetfilter-queue libnetfilter-conntrack python-qt4
  2.  
  3. cd ~/Downloads/lpfw
  4.  
  5. sudo ./lpfw
  6.  
  7. anfd - Ain't no firewall daemon.
  8.  
  9. anfd [-D] [-i 'iptables command'] [-x] [-c configfile] [-p pidfile]
  10. anfd -k [-p pidfile]
  11. anfd (-h|-?)
  12.  
  13. Anfd is a userspace daemon that uses the netfilter-ip_queue mechanism to hinder
  14. specific software from "phoning home". It is not security software but privacy
  15. software.
  16.  
  17. Options:
  18. -h, -? : Print this help message.
  19. -D : Debug mode - don't detach from terminal and print detailed infos
  20. -i 'command': Use this iptables command to insert the QUEUE rule.
  21. Default: $ipt
  22. -x : Dont insert any iptables rule. Admin will take care of that
  23. herself.
  24. -c file : Use this config file. Default: $default_config
  25. -p pidfile : Use this pid file. Default: $pid_file
  26. -k : Kill running anfd process.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement