Bypass ISP proxy


/ Published in: Bash
Save to your folder(s)

1. Create a proxy on 8080 to foreword traffic to your server
2. Install Foxyproxy and use options 127.0.0.1:8080 and SOCKS5 enabled
3. Profit


Copy this code and paste it in your HTML
  1. ssh -C2qTnN -D 8080 user@server.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.