Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. 127.0.0.1 safebrowsing.clients.google.com
  2. 127.0.0.1 safebrowsing-cache.google.com
  3.  
  4. 0.0.0.0 safebrowsing.clients.google.com
  5. 0.0.0.0 safebrowsing-cache.google.com
  6.  
  7. iptables -I FORWARD -m string --to 41 --algo bm --string 'safebrowsing-clients' -j GOOGLE
  8. iptables -I FORWARD -m string --to 41 --algo bm --string 'safebrowsing-cache' -j GOOGLE
  9. iptables -I GOOGLE -m string --to 80 --algo bm --string 'google' -j DROP
  10.  
  11. 0.0.0.0 safebrowsing.clients.google.com
  12. 0.0.0.0 safebrowsing-cache.google.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement