danielhilst

Firefox com proxy SOCKs 5 via SSH

May 22nd, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Crie o tunel proxy
  2. ssh -C2qTnN -D 8080 username@remote_machine.com
  3.  
  4. # Configure o proxy firefox
  5. # Edit->Preferences->Avanced->Network tab
  6. # Clique em settings
  7. # Coloque 127.0.0.1 porta 8080 no "SOCKS Host"
  8. # Deixe o resto em branco
  9. # Marque o radio buttom "SOCKS v5"
  10.  
  11. # Configure o firefox para consultar DNs pelo proxy tambem
  12. # Vá em about:config, ache a opção abaixo e deixe-a da seguinte forma:
  13. network.proxy.socks_remote_dns user set boolean true
Advertisement
Add Comment
Please, Sign In to add comment